update_page_cache( array $pages )
- Since
- 1.5.1
- Source
wp-includes/deprecated.php:3114
Alias of update_post_cache().
Parameters
$pagesarray- list of page objects
Uses · 2
- _deprecated_function()Marks a function as deprecated and inform when it has been used.
- update_post_cache()Updates posts in cache.
Source
function update_page_cache( &$pages ) { _deprecated_function( __FUNCTION__, '3.4.0', 'update_post_cache()' ); update_post_cache( $pages );}History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
3.4.0
Deprecated. Use update_post_cache()from the docblock
1.5.1
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 tag, from
src/wp-includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.