apply_filters( 'um_api_log_requests', $allow_log ) → {bool}
Filters the API request logging to be turned off. Default is true.
Parameters:
| Name | Type | Description |
|---|---|---|
$allow_log |
bool | REST API log is allowed. |
- Since:
- 1.3.x
- Source:
Returns:
REST API log is allowed.
- Type
- bool