WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_request_action_description

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 4629 /**
* Filters the user action description.
*
* @since 4.9.6
*
* @param string $description The default description.
* @param string $action_name The name of the request.
*/

Hook Parameters

Parameter Type Name Description
string $description The default description.
string $action_name The name of the request.