WP_FAIL2BAN_PINGBACK_ERROR_LOG
Facility for logging pingback errors.
Default facility: LOG_USER
Added in version 4.0.5: Reserved for future use.
Specifies the syslog facility to use when logging pingback error events.
Example: Using LOG_LOCAL3
/**
* Facility for logging pingback errors.
*/
define('WP_FAIL2BAN_PINGBACK_ERROR_LOG', LOG_LOCAL3);
Note
This constant is reserved for future use.