Lazyloads term meta for posts in the loop.
Parameters
$check
mixedrequired$term_id
intrequired
Source
public function lazyload_term_meta( $check, $term_id ) {
_deprecated_function( __METHOD__, '4.5.0' );
return $check;
}
Changelog
Version | Description |
---|---|
4.5.0 | See wp_queue_posts_for_term_meta_lazyload() . |
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.