jetpack_sso_disclaimer_message, $msg

jetpack_sso_disclaimer_message, $msg

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sso_disclaimer_message, $msg') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/sso/class-notices.php line 181
    		 * @since jetpack-2.8.0
    		 *
    		 * @param string $msg Disclaimer when default WordPress login form is disabled.
    		 */
    		return apply_filters( 'jetpack_sso_disclaimer_message', $msg );
    	}
    
    	/**
    	 * Message displayed when the user cannot be found after approving the SSO process on WordPress.com
    	 *
    	 * @param string $message Error message.