Uses
Uses | Description |
---|---|
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/meta.php: update_meta_cache() | Updates the metadata cache for the specified objects. |
wp-includes/meta.php: get_{$meta_type}_metadata | Short-circuits the return value of a meta field. |