Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d love to know this aswell.

    me as well. Please help Yoast!

    I just put this together real quick, hope it helps:

    # global
    global $wpseo_admin;
    
    # this removes when editing 'YOUR PROFILE'
    remove_action( 'show_user_profile', array( $wpseo_admin, 'user_profile' ) );
    
    # this removes when editing 'EDIT PROFILE'
    remove_action( 'edit_user_profile', array( $wpseo_admin, 'user_profile' ) );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] Remove WordPress SEO Settings area from User profile page?’ is closed to new replies.