apply_filters( 'tec_aggregator_records_should_log_error', bool $should_log_errors , WP_Error $error )
Allow switching the logging of errors from EA off.
Contents
Please don’t turn this particular filter off without knowing what you are doing, it might cause problems and will cause Support to likely be trying to help you without the information they might need.
Parameters
- $should_log_errors
-
(bool) If we should log the errors or not.
- $error
-
(WP_Error) Which error we are logging.
Source
Changelog
| Version | Description |
|---|---|
| 5.12.1 | Introduced. |