• BUG FIX LOGOUT

    SEARCH AND REMOVE

    //logout url
    add_filter( 'logout_url', 'easy_hide_logout', 10, 2 );
    function easy_hide_logout( $logout_url) {
    
        return home_url();
    }

    ENJOY ??

  • The topic ‘Perfect’ is closed to new replies.