My hooks in my custom functions.php aren't working.
-
I have my functions.php file in the root directory of my child-theme. The total contents of the file is shown below:
<?php remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); add_action( 'woocommerce_before_single_product_summary', 'woocommerce_template_single_title', 5 ); remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 ); ?>
I would greatly appreciate any help, thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘My hooks in my custom functions.php aren't working.’ is closed to new replies.