Knowledge Base
Couponloop & Category Archive Template Hooks
Hook before couopnloop wrapper (default only)
do_action('cctor_pro_before_coupon_loop');
Hook after couponloop wrapper (default only)
do_action('cctor_pro_after_coupon_loop');
Before Header
do_action('cctor_pro_before_header_nav');
Before Header Pagination Nav
do_action('cctor_pro_before_header_nav');
After Header Pagination Nav
do_action('cctor_pro_after_header_nav');
After Header
do_action('cctor_pro_after_header');
Before Coupon Loop
do_action('cctor_pro_before_loop');
After Coupon Loop
do_action('cctor_pro_after_loop');
Before Footer
do_action('cctor_pro_before_footer');
Before Footer Pagination Nav
do_action('cctor_pro_before_footer_nav');
After Footer Pagination Nav
do_action('cctor_pro_after_footer_nav');
After Footer
do_action('cctor_pro_after_footer');
Before Individual Pro Loop Coupon
do_action('cctor_pro_before_coupon');
After Individual Pro Loop Coupon
do_action('cctor_pro_after_coupon');
Category Template Only Hooks
Hook before category wrapper
do_action('cctor_pro_before_category_template');
Hook after category wrapper
do_action('cctor_pro_after_category_template');
Hook before category title
do_action('cctor_category_before_the_title');
Hook after category title
do_action('cctor_category_after_the_title');