Remove action on product archive page [closed]
First thing, regarding your comment “everytime I update the theme I’m screwed” – you should always use a child theme when doing any customisations . Second, your remove_action call is wrong. As per the documentation you’ve linked to already, it sates that the first argument is $tag and the second is $function_to_remove. Right now, your … Read more