WP_FAIL2BAN_EX_WAF_UPDATE_OPTION
Enable capability checking for option updates.
Default setting: disabled
Premium flavour only
Added in version 5.1.0.
Enables capability checking when WordPress core options are updated. When enabled, verifies that the current user has the appropriate capabilities (update_options or update_network_options) before allowing changes to core options.
Example: Enable option update capability checking
/**
* Enable capability checking for option updates
*/
define('WP_FAIL2BAN_EX_WAF_UPDATE_OPTION', true);
See also