Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 102129

michelehobson on "[Plugin: WooCommerce - excelling eCommerce] My hooks in my custom functions.php aren't working."

$
0
0

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

http://wordpress.org/extend/plugins/woocommerce/


Viewing all articles
Browse latest Browse all 102129

Trending Articles