user_request_action_description

user_request_action_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_request_action_description') is found 1 times:

  • /wp-includes/user.php line 4720
    4716
    4717
    4718
    4719
    4720
    4721
    4722
    4723
    4724
    4725
    4726
         *
         * @param string $description The default description.
         * @param string $action_name The name of the request.
         */
        return apply_filters( 'user_request_action_description', $description, $action_name );
    }
     
    /**
     * Send a confirmation request email to confirm an action.
     *
     * If the request is not already pending, it will be updated.