This method has been deprecated. See wp_queue_posts_for_term_meta_lazyload() instead.
WP_Query::lazyload_term_meta( mixed $check, int $term_id )
Lazyload term meta for posts in the loop.
Parameters
- $check
-
(Required)
- $term_id
-
(Required)
Return
(mixed)
Source
File: wp-includes/class-wp-query.php
public function lazyload_term_meta( $check, $term_id ) {
_deprecated_function( __METHOD__, 'WP-4.5.0' );
return $check;
}
Changelog
Version | Description |
---|---|
WP-4.5.0 | See wp_queue_posts_for_term_meta_lazyload(). |
WP-4.4.0 | Introduced. This method has been deprecated. See wp_queue_posts_for_term_meta_lazyload() instead. |