user_request_action_description WordPress Action Hook

The user_request_action_description hook is triggered when a user requests an action description from the WordPress system. It allows for customizing the response given by the system.

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 on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.6Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More