Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // remove global section on specific page
- add_action('wp','salient_child_mod_global_sections', 9);
- function salient_child_mod_global_sections() {
- if( is_front_page() ) {
- remove_action( 'wp', array(Nectar_Global_Sections_Render::get_instance(), 'frontend_display' ));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment