| Server IP : 8.134.250.228 / Your IP : 216.73.217.16 Web Server : Apache System : Linux iZ7xv33p9e9ivk7yhmj7ibZ 5.10.134-18.al8.x86_64 #1 SMP Fri Dec 13 16:56:53 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.0.26 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.gobluemade.com/wp-content/plugins/xml-sitemap-feed/views/admin/ |
Upload File : |
<?php
/**
* Sitemaps settings view
*
* @package XML Sitemap & Google News
*/
?>
<fieldset id="xmlsf_sitemaps">
<legend class="screen-reader-text">
<?php esc_html_e( 'Enable XML sitemaps', 'xml-sitemap-feed' ); ?>
</legend>
<label>
<input type="checkbox" name="xmlsf_sitemaps[sitemap]" id="xmlsf_sitemaps_index" value="1"<?php checked( XMLSF\sitemaps_enabled( 'sitemap' ) ); ?><?php disabled( ! apply_filters( 'xmlsf_sitemaps_enabled', true, 'sitemap' ) ); ?> />
<?php esc_html_e( 'XML Sitemap Index', 'xml-sitemap-feed' ); ?>
</label>
<?php if ( XMLSF\sitemaps_enabled( 'sitemap' ) ) { ?>
<span class="description">
–
<a href="<?php echo esc_attr( admin_url( 'options-general.php' ) ); ?>?page=xmlsf" id="xmlsf_link"><?php echo esc_html( translate( 'Settings' ) ); ?></a> |
<a href="<?php echo esc_attr( xmlsf()->sitemap->get_sitemap_url() ); ?>" target="_blank"><?php echo esc_html( translate( 'View' ) ); ?></a>
</span>
<?php } ?>
<br>
<label>
<input type="checkbox" name="xmlsf_sitemaps[sitemap-news]" id="xmlsf_sitemaps_news" value="1"<?php checked( XMLSF\sitemaps_enabled( 'news' ) ); ?><?php disabled( ! apply_filters( 'xmlsf_sitemaps_enabled', true, 'news' ) ); ?> />
<?php esc_html_e( 'Google News Sitemap', 'xml-sitemap-feed' ); ?>
</label>
<?php
if ( XMLSF\sitemaps_enabled( 'news' ) ) {
?>
<span class="description">
–
<a href="<?php echo esc_url( admin_url( 'options-general.php' ) ); ?>?page=xmlsf_news" id="xmlsf_news_link"><?php echo esc_html( translate( 'Settings' ) ); ?></a> |
<a href="<?php echo esc_url( xmlsf()->sitemap_news->get_sitemap_url() ); ?>" target="_blank"><?php echo esc_html( translate( 'View' ) ); ?></a>
</span>
<?php } ?>
</fieldset>
<script>
if ( window.location.hash === '#xmlsf_sitemaps' ) {
jQuery( 'html, body' ).animate( { scrollTop: jQuery("#xmlsf_sitemaps").offset().top-40 }, 400, 'swing', function(){ jQuery( '#xmlsf_sitemaps' ).closest( 'td' ).addClass( 'highlight' ); } );
}
</script>