HEX
Server: Apache
System: Linux webm014.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: circuix (152771)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/circuix/adrRc/wp-content/plugins/xml-sitemap-feed/views/admin/meta-box.php
<p>
  <label>
    <?php _e('Priority','xml-sitemap-feed'); ?>
    <input type="number" step="0.1" min="0.1" max="1" name="xmlsf_priority" id="xmlsf_priority" value="<?php echo $priority; ?>" class="small-text"<?php disabled( $disabled )?> />
  </label>
  <span class="description">
    <?php printf(
    	__('Leave empty for automatic Priority as configured on %1$s > %2$s.','xml-sitemap-feed'),
    	translate('Settings'),
    	'<a href="' . admin_url('options-general.php') . '?page=xmlsf">' . __('XML Sitemap','xml-sitemap-feed') . '</a>'
    ); ?>
	</span>
</p>
<p>
  <label>
    <input type="checkbox" name="xmlsf_exclude" id="xmlsf_exclude" value="1"<?php checked( !empty($exclude) ); disabled( $disabled ); ?> />
		<?php _e('Exclude from XML Sitemap','xml-sitemap-feed'); ?>
  </label>
</p>