updated menu structure

This commit is contained in:
2024-03-16 16:58:00 +01:00
parent d2c74a158a
commit 49f1ebc5ba
9 changed files with 105 additions and 93 deletions

View File

@ -6,7 +6,8 @@ class OptionsPage
{
public function __construct()
{
add_options_page(BDP_LV_PLUGIN_SLUG . '-limit-login-attempts',
add_options_page(
__('Login-Protection', BDP_LV_PLUGIN_SLUG),
__('Login-Protection', BDP_LV_PLUGIN_SLUG),
'manage_options',
BDP_LV_PLUGIN_SLUG . '-limit-login-attempts',