jetpack_sso_require_two_step

jetpack_sso_require_two_step

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.4.2

apply_filters('jetpack_sso_require_two_step') is found 1 times:

  • /vendor/automattic/jetpack-connection/src/sso/class-helpers.php line 110
    		 * @since jetpack-2.8.0
    		 *
    		 * @param bool get_option( 'jetpack_sso_require_two_step' ) Does SSO require 2-step authentication?
    		 */
    		return (bool) apply_filters( 'jetpack_sso_require_two_step', get_option( 'jetpack_sso_require_two_step', false ) );
    	}
    
    	/**
    	 * Returns a boolean for whether a user that is attempting to log in will be automatically
    	 * redirected to WordPress.com to begin the SSO flow.
    	 *
    

See this hook used in plugins: