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.7.2

apply_filters('wp_is_application_passwords_available_for_user') is found 1 times:

  • /wp-includes/user.php line 5051
    5047
    5048
    5049
    5050
    5051
    5052
    5053
    5054
    5055
    5056
    5057
         *
         * @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