Fires after objects are added to the metadata lazy-load queue.
$object_idsarray$object_typestring$lazyloaderWP_Metadata_Lazyloaderwp-includes/class-wp-metadata-lazyloader.php:109WP_Metadata_Lazyloader::queue_objects() * @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. */ do_action( 'metadata_lazyloader_queued_objects', $object_ids, $object_type, $this ); } /** * Resets lazy-load queue for a given object type. * * @since 4.5.0Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.