Action hook 'metadata_lazyloader_queued_objects'

in WP Core File wp-includes/class-wp-metadata-lazyloader.php at line 109

Description

Fires after objects are added to the metadata lazy-load queue.

Occurrences

Filename Line Number
wp-includes/class-wp-metadata-lazyloader.php 109

Parameters

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.

PHP Doc

/**
		 * 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.
		 */