Filter hook 'user_request_action_description'

in WP Core File wp-includes/user.php at line 4700

Description

Filters the user action description.

Occurrences

Filename Line Number
wp-includes/user.php 4700

Parameters

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

PHP Doc

/**
	 * Filters the user action description.
	 *
	 * @since 4.9.6
	 *
	 * @param string $description The default description.
	 * @param string $action_name The name of the request.
	 */