'. esc_html__('You need to activate Gutenberg to use our plugin!', 'advanced-gutenberg') .''; return false; } $tabs_data = array( array( 'id' => 'profiles', 'title' => __('Profiles', 'advanced-gutenberg'), 'icon' => 'account-circle', ), array( 'id' => 'settings', 'title' => __('Configuration', 'advanced-gutenberg'), 'icon' => 'settings', ), array( 'id' => 'custom-styles', 'title' => __('Custom Styles', 'advanced-gutenberg'), 'icon' => 'code', ), array( 'id' => 'translation', 'title' => __('Translation', 'advanced-gutenberg'), 'icon' => 'text-format', ), ); ?>
'upgrade-plugin', 'plugin' => 'gutenberg' ), admin_url('update.php') ), 'upgrade-plugin_gutenberg' ); echo '
' . esc_html__('Our plugin works great with Gutenberg version', 'advanced-gutenberg') . ' ' . esc_html(GUTENBERG_VERSION_REQUIRED). ' ' . esc_html__('and above', 'advanced-gutenberg') . '. ' . esc_html__('Your current version is', 'advanced-gutenberg') . ' ' . esc_html(GUTENBERG_VERSION) . '. ' . '' . esc_html__('Update now', 'advanced-gutenberg') . '' . '' . '
'; } ?>