WP_Query::lazyload_term_meta( mixed $check, int $term_id ): mixed

In this article

This method has been deprecated. See wp_queue_posts_for_term_meta_lazyload() instead.

Lazyloads term meta for posts in the loop.

Parameters

$checkmixedrequired
$term_idintrequired

Return

mixed

Source

*
* @param array  $args Query arguments.
* @param string $sql  SQL statement.
* @return string Cache key.

Changelog

VersionDescription
4.5.0See wp_queue_posts_for_term_meta_lazyload() .
4.4.0Introduced.

User Contributed Notes

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