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-hierarchical.php
<?php /** * Hierarchical post types field * * @package XML Sitemap & Google News */ $options = (array) get_option( 'xmlsf_news_advanced', array() ); ?> <fieldset> <legend class="screen-reader-text"> <?php esc_html_e( 'Hierarchical post types', 'xml-sitemap-feed' ); ?> </legend> <p> <label> <input type="checkbox" name="xmlsf_news_advanced[allow_hierarchical]" id="xmlsf_news_hierarchical" value="1"<?php checked( ! empty( $options['allow_hierarchical'] ) ); ?><?php disabled( ! apply_filters( 'xmlsf_news_advanced_enabled', false ) ); ?> /> <?php esc_html_e( 'Allow hierarchical post types', 'xml-sitemap-feed' ); ?> </label> </p> <p class="description"> <?php printf( /* Translators: Pages, General */ esc_html__( 'Activating this option will make all hierarchical post types like %1$s available on the %2$s tab.', 'xml-sitemap-feed' ), esc_html( translate( 'Pages' ) ), esc_html( translate( 'General' ) ) ); // phpcs:ignore WordPress.WP.I18n.LowLevelTranslationFunction ?> <?php apply_filters( 'xmlsf_news_advanced_enabled', false ) || printf( /* Translators: %s: Google News Advanced (with link) */ esc_html__( 'Available in %s.', 'xml-sitemap-feed' ), '<a href="https://premium.status301.com/downloads/google-news-advanced/" target="_blank">' . esc_html__( 'Google News Advanced', 'xml-sitemap-feed' ) . '</a>' ); ?> </p> </fieldset>