BuddyBoss Home – Web Support Forums Themes Boss. theme How do I over ride custom login page settings in theme?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #55923

    I want to use another theme customizer plugin like Login Page Styler but it won’t work so I followed advice in this forum to place this code in child theme functions file…

    remove_filter( ‘login_redirect’, ‘buddyboss_redirect_previous_page’, 10, 3 );
    remove_action( ‘login_head’, ‘buddyboss_custom_login_scripts’, 1 );
    remove_filter( ‘login_headerurl’, ‘change_wp_login_url’ );
    remove_filter( ‘login_headertitle’, ‘change_wp_login_title’ );
    remove_action( ‘login_enqueue_scripts’, ‘buddyboss_login_stylesheet’ );
    remove_action( ‘login_head’, ‘buddyboss_custom_login_logo’ );

    but still can’t over ride Boss theme login customization. Can you help?

    Answers

    #55933

    Anonymous
    @

    Hi @webezy Please wrap them in a function and call with a action.
    Please follow following link, you can add your additional filters inside it

    https://www.buddyboss.com/support-forums/topic/error-log-out/#post-48681

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘How do I over ride custom login page settings in theme?’ is closed to new replies.