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

WP_Query::lazyload_comment_meta( mixed $check, int $comment_id )

Lazyload comment meta for comments in the loop.


Parameters

$check

(Required)

$comment_id

(Required)


Return

(mixed)


Source

File: wp-includes/class-wp-query.php

	public function lazyload_comment_meta( $check, $comment_id ) {
		_deprecated_function( __METHOD__, 'WP-4.5.0' );
		return $check;
	}


Changelog

Changelog
Version Description
4.5.0 See wp_lazyload_comment_meta().
4.4.0 Introduced. This method has been deprecated. See wp_lazyload_comment_meta() instead.