Linux webm002.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
xml-sitemap-feed
/
views
/
admin
/
/home/ariannadhf/www/wp-content/plugins/xml-sitemap-feed/views/admin/field-news-name.php
<?php /** * News source name field * * @package XML Sitemap & Google News */ $options = (array) get_option( 'xmlsf_news_tags', array() ); $name = ! empty( $options['name'] ) ? $options['name'] : ''; if ( defined( 'XMLSF_GOOGLE_NEWS_NAME' ) && XMLSF_GOOGLE_NEWS_NAME ) { $name = XMLSF_GOOGLE_NEWS_NAME; $disabled = true; } else { $disabled = false; } ?> <fieldset> <legend class="screen-reader-text"><?php esc_html_e( 'Publication name', 'xml-sitemap-feed' ); ?></legend> <input type="text" name="xmlsf_news_tags[name]" id="xmlsf_news_name" value="<?php echo esc_attr( $name ); ?>" class="regular-text" placeholder="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"<?php disabled( $disabled ); ?>> <p class="description"> <?php printf( /* translators: Site Title linked to Options > General */ esc_html__( 'By default, the general %s setting will be used.', 'xml-sitemap-feed' ), '<a href="options-general.php">' . esc_html__( 'Site Title' ) . '</a>' ); ?> <?php if ( defined( 'XMLSF_GOOGLE_NEWS_NAME' ) && XMLSF_GOOGLE_NEWS_NAME ) { echo '<em>'; esc_html_e( 'Your Publication name is currently overridden by the XMLSF_GOOGLE_NEWS_NAME constant, probably set in wp-config.php.', 'xml-sitemap-feed' ); echo '</em>'; } ?> </p> </fieldset>