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-bulk-edit.php
<?php /** * Bulk Edit: Sitemap * * @package XML Sitemap & Google News */ ?> <fieldset class="inline-edit-col-right"> <div class="inline-edit-col column-<?php echo esc_attr( $column_name ); ?>"> <label class="inline-edit-group"> <?php esc_html_e( 'XML Sitemap', 'xml-sitemap-feed' ); ?> <select name="xmlsf_exclude"> <option value="-1"><?php esc_html_e( '— No Change —' ); ?></option> <option value="1"<?php disabled( $disabled ); ?>><?php esc_html_e( 'Exclude', 'xml-sitemap-feed' ); ?></option> <option value="0"<?php disabled( $disabled ); ?>><?php esc_html_e( 'Include', 'xml-sitemap-feed' ); ?></option> </select> <?php if ( $disabled ) { printf( /* Translators: %s: XML Sitemap Advanced (with link) */ esc_html__( 'Available in %s.', 'xml-sitemap-feed' ), '<a href="https://premium.status301.com/downloads/xml-sitemap-advanced/" target="_blank">' . esc_html__( 'XML Sitemap Advanced', 'xml-sitemap-feed' ) . '</a>' ); } ?> </label> </div> </fieldset>