Filters the user action description.
$descriptionstring$action_namestringwp-includes/user.php:4888wp_user_request_action_description() * * @since 4.9.6 * * @param string $description The default description. * @param string $action_name The name of the request. */ return apply_filters( 'user_request_action_description', $description, $action_name );} /** * Send a confirmation request email to confirm an action. * * If the request is not already pending, it will be updated.Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.