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 keue.

Parameters

$object_ids array
Array of object IDs.
$object_type string
Type of object being keued.
$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.