'; printf('

%s

', esc_html__('Disable/enable the Easy Updates Manager admin bar menu', 'stops-core-theme-and-plugin-updates')); printf('

%s

', esc_html__('The Easy Updates Manager admin bar displays at the top of your installation and allows quick actions to Easy Updates Manager options such as logs and advanced options.', 'stops-core-theme-and-plugin-updates')); $options = MPSUM_Updates_Manager::get_options('core'); if (!isset($options['enable_admin_bar'])) { $options['enable_admin_bar'] = 'on'; } echo '
'; if ('on' === $options['enable_admin_bar']) { printf('

', esc_attr__('Disable', 'stops-core-theme-and-plugin-updates')); } else { printf('

', esc_attr__('Enable', 'stops-core-theme-and-plugin-updates')); } echo '
'; echo '';