ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Classes
  • WP_Metadata_Lazyloader
  • WP_Metadata_Lazyloader::queue_objects
  • metadata_lazyloader_queued_objects

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


Parameters

$object_ids

Array of object IDs.

$object_type

Type of object being queued.

$lazyloader

The lazy-loader object.


Source

File: wp-includes/class-wp-metadata-lazyloader.php

View on GitHub


Changelog

Changelog
Version Description
4.5.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy