Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: user_request_action_description

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
4620
4621      /**
4622       * Filters the user action description.
4623       *
4624       * @since 4.9.6
4625       *
4626       * @param string $description The default description.
4627       * @param string $action_name The name of the request.
4628       */
4629      return apply_filters( 'user_request_action_description', $description, $action_name );
4630 }
4631
4632 /**
4633  * Send a confirmation request email to confirm an action.
4634  *
4635  * If the request is not already pending, it will be updated.
4636  *
4637  * @since 4.9.6
4638  *