Addressing hooks
-
Hi Folks-
In the 1.x version I used to edit jigoshop_template_actions.php to work with the theme.
I’d change the following:
add_action( 'jigoshop_sidebar', 'jigoshop_get_sidebar', 10);
to
remove_action( 'jigoshop_sidebar', 'jigoshop_get_sidebar', 10); to remove_action( 'jigoshop_sidebar', 'jigoshop_get_sidebar', 10);
Can this be accomplished in 2.x??
I’d hate to have to change & customize themes to get this.The site is https://www.hagstornadobait.com/
Thanks for any help possible…
Karl
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Addressing hooks’ is closed to new replies.