Fires after objects are added to the metadata lazy-load queue.
Parameters
$object_ids
array- Array of object IDs.
$object_type
string- Type of object being queued.
$lazyloader
WP_Metadata_Lazyloader- The lazy-loader object.
Source
do_action( 'metadata_lazyloader_queued_objects', $object_ids, $object_type, $this );
Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.