• Resolved pierrehooker

    (@pierrehooker)


    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)
  • Hi,

    Thanks for using CusRev.

    If you want to re-locate the reviews section on the product page, I think there is a simple way, you can render the shortcode [cusrev_reviews] at that hook.

    Please go to Reviews > Settings > Shortcodes tab > Enable Reviews Shortcodes and get the details on the right side.

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using custom hook location?’ is closed to new replies.