%s
' . esc_html__('Import settings from a JSON or XML file, export the current settings to a JSON file, or reset to the default settings.', $this->identifier) . '
', esc_attr($this->unique_prefix)); $form .= esc_html__('Select a JSON or XML settings file to upload and import settings from.', $this->identifier); $form .= '
'; $form .= sprintf('', $this->unique_prefix, esc_attr__('Import', $this->identifier)); $form .= sprintf('', $this->unique_prefix, esc_attr__('Export', $this->identifier)); $form .= sprintf('', $this->unique_prefix, esc_attr__('Reset', $this->identifier)); $form .= '