jetpack_force_2fa_dependency_notice

jetpack_force_2fa_dependency_notice

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.13.3.1

apply_filters('jetpack_force_2fa_dependency_notice') is found 1 times:

  • /modules/sso/class-jetpack-force-2fa.php line 69
    		 * @return bool
    		 * @since 12.7
    		 * @module SSO
    		 */
    		if ( apply_filters( 'jetpack_force_2fa_dependency_notice', true ) && current_user_can( $this->role ) ) {
    			printf( '<div class="%1$s"><p>%2$s</p></div>', 'notice notice-warning', 'Jetpack Force 2FA requires Jetpack and the Jetpack SSO module.' );
    		}
    	}
    
    	/**
    	 * Force 2FA when using Jetpack SSO and force Jetpack SSO.