HEX
Server: Apache
System: Linux vps-1289444.devslamantis.cl 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64
User: vspt (1013)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vspt/public_html/wp-content/plugins/2c64e7fb1351c38972e68a153ba8578c/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>