esc_html__('Settings', 'siteseo'), 'tab_plugins' => esc_html__('Plugins', 'siteseo'), 'tab_reset' => esc_html__('Reset', 'siteseo') ]; echo'
'; wp_nonce_field('sitseo_title_settings'); echo'
Tools - SiteSEO
'; echo'
'; self::settings(); echo'
'; self::plugins(); echo'
'; self::reset(); echo'
'; } static function settings(){ echo'

Settings

Export plugin settings

'.esc_html('Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site','siteseo').'

Import plugin settings

Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.

'; } static function plugins(){ echo'

Plugins

Import posts and terms metadata from

'; } static function reset(){ echo'

Reset All Settings

'; } }