Fires after objects are added to the metadata lazy-load queue.
Parameters
$object_idsarray- Array of object IDs.
$object_typestring- Type of object being queued.
$lazyloaderWP_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.