apply_filters( 'user_request_action_description', string $description, string $action_name )

Filters the user action description.


Parameters

$description string
The default description.
$action_name string
The name of the request.

Top ↑

Source

File: wp-includes/user.php. View all references

return apply_filters( 'user_request_action_description', $description, $action_name );


Top ↑

Changelog

Changelog
Version Description
4.9.6 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.