Fires after objects are added to the metadata lazy-load keue.
Parameters
-
$object_idsarray -
Array of object IDs.
-
$object_typestring -
Type of object being keued.
-
$lazyloaderWP_Metadata_Lazyloader -
The lazy-loader object.
Source
do_action( 'metadata_lazyloader_queued_objects', $object_ids, $object_type, $this );
Changuelog
| Versionen | Description |
|---|---|
| 4.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.