user_request_action_description

user_request_action_description

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('user_request_action_description') is found 1 times:

  • /wp-includes/user.php line 4664
    	 *
    	 * @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.