Title: Using custom hook location?
Last modified: April 21, 2022

---

# Using custom hook location?

 *  Resolved [pierrehooker](https://wordpress.org/support/users/pierrehooker/)
 * (@pierrehooker)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/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)

 *  [Neo WhiteRabbit](https://wordpress.org/support/users/longnguyen89/)
 * (@longnguyen89)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/using-custom-hook-location/#post-15584492)
 * 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.
 *  [Neo WhiteRabbit](https://wordpress.org/support/users/longnguyen89/)
 * (@longnguyen89)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/using-custom-hook-location/#post-15908380)
 * 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.

 * ![](https://ps.w.org/customer-reviews-woocommerce/assets/icon-256x256.png?rev
   =2532349)
 * [Customer Reviews for WooCommerce](https://wordpress.org/plugins/customer-reviews-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/customer-reviews-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/customer-reviews-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/customer-reviews-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/customer-reviews-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/customer-reviews-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Neo WhiteRabbit](https://wordpress.org/support/users/longnguyen89/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/using-custom-hook-location/#post-15908380)
 * Status: resolved