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

Filters the user action description.


Description


Parameters

$description

(string) The default description.

$action_name

(string) The name of the request.


Top ↑

Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog

Version Description
4.9.6 Introduced.