Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_set() | Saves the data to the cache. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/post.php: get_post_type() | Retrieves the post type of the current post or of a given post. |
wp-includes/post.php: get_post_stati() | Get a list of post statuses. |