WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_is_application_passwords_available

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 4923 /**
* Filters whether Application Passwords is available.
*
* @since 5.6.0
*
* @param bool $available True if available, false otherwise.
*/

Hook Parameters

Parameter Type Name Description
bool $available True if available, false otherwise.