183publicfunctionlazyload_meta_callback($check,$object_id,$meta_key,$single,$meta_type){184if(empty($this->pending_objects[$meta_type])){185return$check;186}187188$object_ids=array_keys($this->pending_objects[$meta_type]);189if($object_id&&!in_array($object_id,$object_ids,true)){190$object_ids[]=$object_id;191}192193update_meta_cache($meta_type,$object_ids);194195// No need to run again for this set of objects.196$this->reset_queue($meta_type);197198return$check;199}
History
Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 6.9.7 tag, from src/wp-includes/class-wp-metadata-lazyloader.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.