New and updated in 5.5.0
-
functionwp_sitemaps_get_server()
Retrieves the current Sitemaps server instance.
-
hookwp_sitemaps_init
Fires when initializing the Sitemaps object.
-
functionwp_get_sitemap_providers()
Gets an array of sitemap providers.
-
functionwp_register_sitemap_provider()
Registers a new sitemap provider.
-
functionwp_sitemaps_get_max_urls()
Gets the maximum number of URLs for a sitemap.
-
Filters the maximum number of URLs displayed on a sitemap.
-
Filters the check for unsafe CSS in `safecss_filter_attr`.
-
functionwp_kses_xml_named_entities()
Callback for `wp_kses_normalize_entities()` regular expression.
-
Gets the URL of a sitemap entry.
Used by 1 function | Uses 2 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:148 -
Returns the list of supported object subtypes exposed by the provider.
Used by 1 function | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:179 -
Lists sitemap pages exposed by this provider.
Used by 0 functions | Uses 3 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:106 -
Filters the sitemap entry for the sitemap index.
Used by 1 function | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:128 -
Adds the sitemap index to robots.txt.
-
classWP_Sitemaps_Index
Class WP_Sitemaps_Index.
Used by 0 functions | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-index.php:19 -
WP_Sitemaps_Index constructor.
-
Gets a sitemap list for the index.
Used by 0 functions | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-index.php:55 -
Builds the URL for the sitemap index.
Used by 0 functions | Uses 2 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-index.php:87 -
classWP_Sitemaps_Provider
Class WP_Sitemaps_Provider.
Used by 3 functions | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:18 -
Gets a URL list for a sitemap.
Used by 0 functions | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:48 -
Gets the max number of pages available for the object type.
Used by 1 function | Uses 0 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:58 -
Registers sitemap rewrite tags and routing rules.
-
Gets data about each sitemap type.
Used by 1 function | Uses 2 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-provider.php:67 -
Renders sitemap templates based on rewrite rules.
-
Redirects a URL to the wp-sitemap.xml
-
Gets XML for a sitemap.
Used by 1 function | Uses 3 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-renderer.php:210 -
Checks for the availability of the SimpleXML extension and errors if missing.
Used by 2 functions | Uses 3 functions | Source: wp-includes/sitemaps/class-wp-sitemaps-renderer.php:251 -
classWP_Sitemaps
Class WP_Sitemaps.
-
WP_Sitemaps constructor.
-
methodWP_Sitemaps::init()
Initiates all sitemap functionality.
-
Determines whether sitemaps are enabled or not.