I haven’t yet, but will be coming back to it at some point. If I do find a solution I’ll let you know.
Hi I’ve just tried using
remove_action( 'woocommerce_before_shop_loop', 'gridlist_toggle_button', 20);
and it dosen’t work. Neither does trying to use add_action hook on another tag. Am I correct that just specifiying this in the functions.php of my theme should work?
I’m trying to move the button to before the main content so I figured remove the action using the above and then do
remove_action( 'woocommerce_before_main_content', 'gridlist_toggle_button', 20, 0);
is this the correct way to go about it?
Thanks,
Mark