wp_metadata_lazyloader

Advertisement

Summery Summery

Retrieves the queue for lazy-loading metadata.

Syntax Syntax

wp_metadata_lazyloader()

Return Return

(WP_Metadata_Lazyloader) $lazyloader Metadata lazyloader queue.

Source Source

File: wp-includes/meta.php

	// Meta ID was not found.
	return false;
}

/**
 * Updates the metadata cache for the specified objects.
 *
 * @since 2.9.0

Advertisement

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Advertisement

Leave a Reply