Remove Action not working – Title
-
I’m trying to add the title above the images on the single property page and remove it from underneath.
I’ve added in the relevant actions. It’s added it above the images, but it hasn’t removed it from underneath?
Added
remove_action('propertyhive_single_property_summary', 'propertyhive_template_single_title', 5);
Then added
add_action('propertyhive_before_single_property_summary', 'propertyhive_template_single_title', 5);
All templates are default and haven’t been modified.
I do have the template assistant installed too.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Action not working – Title’ is closed to new replies.