WP_FAIL2BAN_UI_ADVANCED_SETTINGS
Show/hide advanced settings in the UI.
Default setting: not set
Note
If this constant is defined the UI toggle will be hidden.
Example: Show Quick-Start
/**
* Hide advanced settings in the UI.
*/
define('WP_FAIL2BAN_UI_ADVANCED_SETTINGS', false);
Attention
You must define this in wp-config.php even if you are using the Premium flavour of WPf2b.
History
Added in version 6.0.0.