Removing parent theme action on pluggable function not working
Question
I'm trying to remove a parent theme's add_action call to a pluggable function, but can't get it to work by calling remove_action() - I have to redeclare the function and just leave it empty. Is this normal? I'd think I could use remove_action to simply never call the fun
0
actions, child-theme, hooks, parent-theme
3 years
0 Answers
51 views