Uses
Uses | Description |
---|---|
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: WP_Sitemaps_Posts::get_posts_query_args() | Returns the query args for retrieving posts to list in the sitemap. |
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: WP_Sitemaps_Posts::get_object_subtypes() | Returns the public post types, which excludes nav_items and similar types. |
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: wp_sitemaps_posts_pre_url_list | Filters the posts URL list before it is generated. |
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: wp_sitemaps_posts_show_on_front_entry | Filters the sitemap entry for the home page when the ‘show_on_front’ option equals ‘posts’. |
wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: wp_sitemaps_posts_entry | Filters the sitemap entry for an individual post. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |