This commit is contained in:
Javier Casares 2026-03-28 09:59:53 +00:00
commit 71b471e13e
19 changed files with 771 additions and 60 deletions

View file

@ -64,8 +64,8 @@ class Two_Factor_Extended_Network_Settings {
add_submenu_page(
'settings.php',
__( 'Two Factor Extended', 'two-factor-extended' ),
__( 'Two Factor Extended', 'two-factor-extended' ),
__( 'Two-Factor Extended', 'two-factor-extended' ),
__( 'Two-Factor Extended', 'two-factor-extended' ),
'manage_network_options',
self::PAGE_SLUG,
array( $this, 'render_network_page' )