Title: Adding hooks to theme
Last modified: March 14, 2017

---

# Adding hooks to theme

 *  Resolved [advantagen](https://wordpress.org/support/users/advantagen/)
 * (@advantagen)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/adding-hooks-to-theme/)
 * In one of the previous support topics, I came across the following advice:
 * > make sure that your theme has the following woocommerce’s hooks
   > woocommerce_before_main_content
   > woocommerce_before_single_product_summary
   >  woocommerce_single_product_summary
   > woocommerce_after_single_product_summary
   > you can also try to add this to the functions.php file of your theme
   > if ( function_exists( ‘YITH_WPC’ ) ) {
   > add_action( ‘woocommerce_before_single_product’, array( YITH_WPC(), ‘check_show_ywpc_product’),
   > 5 );
   > }
 * So my question is, how would I go about adding or ensuring that my theme already
   has these hooks?
 * The reason I ask is because, no matter what I do, I can only get the timer to
   show if I use the shortcode, and then it’s only shown in the description (vs.
   above the title, for example).
 * I already did the second part (adding the function to functions.php), but that
   doesn’t seem to have helped.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/adding-hooks-to-theme/#post-8915462)
 * Hi [@advantagen](https://wordpress.org/support/users/advantagen/),
    to verify
   that your theme has those hooks you could ask the developer of the theme. However
   this version of the plugin does not have the shortcode. If you bought the premium
   version open a ticket on our site [https://yithemes.com](https://yithemes.com)

Viewing 1 replies (of 1 total)

The topic ‘Adding hooks to theme’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yith-woocommerce-product-countdown_dec5ce.
   svg)
 * [YITH WooCommerce Product Countdown](https://wordpress.org/plugins/yith-woocommerce-product-countdown/)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-product-countdown/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-countdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-product-countdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-product-countdown/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/adding-hooks-to-theme/#post-8915462)
 * Status: resolved