user_request_action_confirmed_message

user_request_action_confirmed_message

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('user_request_action_confirmed_message') is found 1 times:

  • /wp-includes/user.php line 4554
    	 *
    	 * @param string $message    The message to the user.
    	 * @param int    $request_id The ID of the request being confirmed.
    	 */
    	$message = apply_filters( 'user_request_action_confirmed_message', $message, $request_id );
    
    	return $message;
    }
    
    /**
     * Creates and logs a user request to perform a specific action.