apply_filters( 'dt_debug_info_enabled', true ) → {bool}
Filter whether the debug info is enabled. Enabled by default, return false to disable.
Parameters:
Name | Type | Description |
---|---|---|
true |
bool | Whether the debug info should be enabled. |
- Since:
- 2.0.0
- Source:
Returns:
Whether the debug info should be enabled.
- Type
- bool