do_action( ‘metadata_lazyloader_queued_objects’, array $object_ids, string $object_type, WP_Metadata_Lazyloader $lazyloader )

In this article

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.
$lazyloader
The lazy-loader object.

Source

do_action( 'metadata_lazyloader_queued_objects', $object_ids, $object_type, $this );

Changelog

VersionDescription
4.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.