fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5.  
  6. remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
  7.  
  8. add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_meta', 40 );
Runtime error #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Call to undefined function remove_action() in /home/JwlAO1/prog.php:6
Stack trace:
#0 {main}
  thrown in /home/JwlAO1/prog.php on line 6