Uses
Uses | Description |
---|---|
wp-includes/functions.php: _get_non_cached_ids() | Retrieve IDs that are not already present in the cache. |
wp-includes/post.php: update_post_caches() | Call major cache updating functions for list of Post objects. |
wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |