jetpack_force_2fa_cap, manage_options

jetpack_force_2fa_cap, manage_options

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_force_2fa_cap, manage_options') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/sso/class-force-2fa.php line 52
    		 * @return string
    		 * @since jetpack-12.7
    		 * @module SSO
    		 */
    		$this->role = apply_filters( 'jetpack_force_2fa_cap', 'manage_options' );
    
    		// Bail if Jetpack SSO is not active
    		if ( ! ( new Modules() )->is_active( 'sso' ) ) {
    			add_action( 'admin_notices', array( $this, 'admin_notice' ) );
    			return;
    		}