Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'astra_is_header_footer_builder_active', '__return_false' );
- // or use this
- add_filter('astra_is_header_footer_builder_active' , 'is_header_footer_builder_active_callback');
- function is_header_footer_builder_active_callback(){
- return false;
- }
Add Comment
Please, Sign In to add comment