On this page
WP_Query::lazyload_term_meta( mixed $check, int $term_id ): mixed
This method has been deprecated. See wp_queue_posts_for_term_meta_lazyload() instead.
Lazyload term meta for posts in the loop.
Parameters
$checkmixed Required$term_idint Required
Return
mixed
Source
File: wp-includes/class-wp-query.php. View all references
public function lazyload_term_meta( $check, $term_id ) {
_deprecated_function( __METHOD__, '4.5.0' );
return $check;
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_function() wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
Changelog
| Version | Description |
|---|---|
| 4.5.0 | See wp_queue_posts_for_term_meta_lazyload() . |
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_query/lazyload_term_meta