File: /home/circuix/adrRc/wp-content/plugins/xml-sitemap-feed/views/admin/page-sitemap-news.php
<style type="text/css">
<?php include XMLSF_DIR . '/assets/admin.css'; ?>
</style>
<div class="wrap">
<h1><?php _e('Google News Sitemap','xml-sitemap-feed'); ?></h1>
<p>
<?php printf( __( 'These settings control the Google News Sitemap generated by the %s plugin.', 'xml-sitemap-feed' ), __( 'XML Sitemap & Google News', 'xml-sitemap-feed' ) ); ?>
<?php printf( /* translators: Writing Settings URL */ __( 'For ping options, go to %s.', 'xml-sitemap-feed' ), '<a href="'.admin_url('options-writing.php').'#xmlsf_ping">'.translate('Writing Settings').'</a>' ); ?>
</p>
<nav class="nav-tab-wrapper">
<a href="?page=xmlsf_news&tab=general" class="nav-tab <?php echo $active_tab == 'general' ? 'nav-tab-active' : ''; ?>"><?php echo translate('General'); ?></a>
<a href="?page=xmlsf_news&tab=advanced" class="nav-tab <?php echo $active_tab == 'advanced' ? 'nav-tab-active' : ''; ?>"><?php echo translate('Advanced'); ?></a>
<?php do_action( 'xmlsf_news_nav_tabs', $active_tab ); ?>
</nav>
<div class="main">
<form method="post" action="options.php">
<?php do_action( 'xmlsf_news_settings_before', $active_tab ); ?>
<?php settings_fields( 'xmlsf_news_'.$active_tab ); ?>
<?php do_settings_sections( 'xmlsf_news_'.$active_tab ); ?>
<?php do_action( 'xmlsf_news_settings_after', $active_tab ); ?>
<?php submit_button(); ?>
</form>
</div>
<div class="sidebar">
<?php if ( defined( 'XMLSF_NEWS_ADV_VERSION' ) && version_compare( XMLSF_NEWS_ADV_VERSION, parent::$compat_pro_min, '<' ) ) {
$class = 'update-nag';
include XMLSF_DIR . '/views/admin/section-advanced-compat-message.php';
} ?>
<h3><span class="dashicons dashicons-welcome-view-site"></span> <?php echo translate('View'); ?></h3>
<p>
<?php
printf (
/* translators: Sitemap name with URL */
__( 'Open your %s', 'xml-sitemap-feed' ),
'<strong><a href="' . home_url( $sitemap ) . '" target="_blank">' . __('Google News Sitemap','xml-sitemap-feed') . '</a></strong><span class="dashicons dashicons-external"></span>'
); ?>
</p>
<h3><span class="dashicons dashicons-admin-tools"></span> <?php echo translate('Tools'); ?></h3>
<form action="" method="post">
<?php wp_nonce_field( XMLSF_BASENAME.'-help', '_xmlsf_help_nonce' ); ?>
<p>
<input type="submit" name="xmlsf-ping-sitemap-news" class="button button-small" value="<?php _e( 'Ping Google News', 'xml-sitemap-feed' ); ?>" />
</p>
<p>
<input type="submit" name="xmlsf-flush-rewrite-rules" class="button button-small" value="<?php _e( 'Flush rewrite rules', 'xml-sitemap-feed' ); ?>" />
</p>
<p>
<input type="submit" name="xmlsf-check-conflicts" class="button button-small" value="<?php _e( 'Check for conflicts', 'xml-sitemap-feed' ); ?>" />
</p>
<p>
<input type="hidden" name="xmlsf-clear-settings" value="sitemap-news" />
<input type="submit" name="xmlsf-clear-settings-submit" class="button button-small button-link-delete" value="<?php _e( 'Reset settings', 'xml-sitemap-feed' ); ?>" onclick="javascript:return confirm('<?php _e('This will revert your sitemap settings to the plugin defaults.','xml-sitemap-feed'); ?>\n\n<?php echo translate('Are you sure you want to do this?'); ?>')" />
</p>
</form>
<?php include XMLSF_DIR . '/views/admin/sidebar-news-links.php'; ?>
<?php include XMLSF_DIR . '/views/admin/sidebar-help.php'; ?>
<?php include XMLSF_DIR . '/views/admin/help-tab-news-sidebar.php'; ?>
<?php include XMLSF_DIR . '/views/admin/sidebar-contribute.php'; ?>
</div>
</div>