WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about metadata_lazyloader_queued_objects

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-metadata-lazyloader.php do_action 105 /**
* Fires after objects are added to the metadata lazy-load queue.
*
* @since 4.5.0
*
* @param array $object_ids Array of object IDs.
* @param string $object_type Type of object being queued.
* @param WP_Metadata_Lazyloader $lazyloader The lazy-loader object.
*/

Hook Parameters

Parameter Type Name Description
array $object_ids Array of object IDs.
string $object_type Type of object being queued.
WP_Metadata_Lazyloader $lazyloader The lazy-loader object.