Remove Simple Hook on Genesis Framework
-
I use Visual Hook plugin to add a hook to my site – “genesis_after_content_sidebar_wrap”. However, when I create a new page (landing page), the new hook is still there.
I went to page_landing.php and want to add remove_action code to remove genesis_after_content_sidebar_wrap. I’m not sure what to add here.
I tried:
remove_action('genesis_after_content_sidebar_wrap');I doesn’t work. Please help. Thanks,
The topic ‘Remove Simple Hook on Genesis Framework’ is closed to new replies.