• Resolved Abdullah Al Faruk

    (@activefaruk)


    Hi,

    Check the screenshot first – https://prntscr.com/mzcah4

    So what is the best way to change the priority of all of the hooks above? I think if I do changes inside the plugins folder and it will replace the same thing upon update of the plugin.

    I am trying to do it from my child theme functions.php – https://prntscr.com/mzccup

    But I am unable to remove the hooks. Can you please help me with that? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author g5theme

    (@g5theme)

    Hi, https://prntscr.com/mzdqid
    Example To remove hook:
    remove_action(‘ere_single_property_summary’, array($GLOBALS[‘ere_template_hooks’], ‘single_property_gallery’),10);
    Ex to add hook:
    add_action(‘ere_single_agent_content’, array($GLOBALS[‘ere_template_hooks’], ‘single_agent_property’),1);
    Please try, Thanks you.

    Thread Starter Abdullah Al Faruk

    (@activefaruk)

    It’s working now. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to re-order single property page structure?’ is closed to new replies.