Remove action not working
-
Hi there,
I am trying to move the price from priority 10 to 25 by doing this
remove_action('propertyhive_after_search_results_loop_item_title', 'propertyhive_template_loop_price', 10); add_action('propertyhive_after_search_results_loop_item_title', 'propertyhive_template_loop_price', 25);
The add_action works correctly but the remove_action does nothing. I have tried the same with propertyhive_template_loop_summary, 20 or propertyhive_template_loop_actions, 30 but nothing happens.
What could that be?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove action not working’ is closed to new replies.