WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_is_application_passwords_available_for_user

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 4958 /**
* Filters whether Application Passwords is available for a specific user.
*
* @since 5.6.0
*
* @param bool $available True if available, false otherwise.
* @param WP_User $user The user to check.
*/

Hook Parameters

Parameter Type Name Description
bool $available True if available, false otherwise.
WP_User $user The user to check.