Using custom hook location?
-
Hello, We are calling the comments template into a custom hook location.
//setup custom review position add_action( 'woocommerce_custom_reviews', 'comments_template', 10 ); function woocommerce_custom_reviews() { do_action('woocommerce_custom_reviews'); }
I just tested out your plugin, but it doesnt seem to be affecting the comments at all. I thought the problem might be related. Is there a way to get your plugin to use our new hook location?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using custom hook location?’ is closed to new replies.