Description
Allow plugins to do things with a successfully processed webhook request, like logging.
Occurrences
Filename | Line Number |
---|---|
wp-content/plugins/akismet/class.akismet-rest-api.php | 546 |
Parameters
Type | Name | Description |
---|---|---|
WP_REST_Request | $request | The REST request object. |
PHP Doc
/**
* Allow plugins to do things with a successfully processed webhook request, like logging.
*
* @since 5.3.2
*
* @param WP_REST_Request $request The REST request object.
*/