do_action( 'metadata_lazyloader_queued_objects', array $object_ids , string $object_type , WP_Metadata_Lazyloader $lazyloader )
Fires after objects are added to the metadata lazy-load queue.
Parameters
- $object_ids
-
Array of object IDs.
- $object_type
-
Type of object being queued.
- $lazyloader
-
The lazy-loader object.
Source
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |