wp_is_application_passwords_available_for_user

wp_is_application_passwords_available_for_user

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_is_application_passwords_available_for_user') is found 1 times:

  • /wp-includes/user.php line 4995
    	 *
    	 * @param bool    $available True if available, false otherwise.
    	 * @param WP_User $user      The user to check.
    	 */
    	return apply_filters( 'wp_is_application_passwords_available_for_user', true, $user );
    }
    
    /**
     * Registers the user meta property for persisted preferences.
     *
     * This property is used to store user preferences across page reloads and is