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-meta-box.php
<?php /** * Meta box: Sitemap * * @package XML Sitemap & Google News */ // Use nonce for verification. \wp_nonce_field( XMLSF_BASENAME, '_xmlsf_nonce' ); // Use get_post_meta to retrieve an existing value from the database and use the value for the form. $exclude = \get_post_meta( $post_id, '_xmlsf_exclude', true ); ?> <p> <label> <input type="checkbox" name="xmlsf_exclude" id="xmlsf_exclude" value="1"<?php checked( ! empty( $exclude ) ); ?> /> <?php esc_html_e( 'Exclude from XML Sitemap', 'xml-sitemap-feed' ); ?> </label> </p>