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_pre_max_num_pages | Filters the max number of pages before it is generated. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
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. |