• Resolved martydev

    (@martydev)


    Hello,

    I greate custom front page by front-page.php

    in my costom front page I need disable astra header….

    is it right way?:

    
    if ( is_front_page() ) {
    add_action( 'wp', 'astra_remove_header' );
    
    function astra_remove_header() {
        remove_action( 'astra_masthead', 'astra_masthead_primary_template' );
    }
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Primary Header on front-page.php’ is closed to new replies.