get_management_capability())) { echo apply_filters('simba_tfa_message_personal_settings', __('These are your personal settings.', 'all-in-one-wp-security-and-firewall').' '.__('Nothing you change here will have any effect on other users.', 'all-in-one-wp-security-and-firewall')); } if (is_multisite()) { if (is_super_admin()) { // Since WP 4.9 $main_site_id = function_exists('get_main_site_id') ? get_main_site_id() : 1; $switched = switch_to_blog($main_site_id); echo ' '.__('The site-wide administration options are here.', 'all-in-one-wp-security-and-firewall').''; if ($switched) restore_current_blog(); } } elseif (current_user_can($simba_tfa->get_management_capability())) { echo ' '.__('The site-wide administration options are here.', 'all-in-one-wp-security-and-firewall').''; } ?>