fahimmurshed

Get Astra older Header/Footer option

Apr 14th, 2021 (edited)
928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. add_filter( 'astra_is_header_footer_builder_active', '__return_false' );
  2.  
  3. // or use this
  4. add_filter('astra_is_header_footer_builder_active' , 'is_header_footer_builder_active_callback');
  5. function is_header_footer_builder_active_callback(){
  6.     return false;
  7. }
Add Comment
Please, Sign In to add comment