Warning: This method has been deprecated. See wp_queue_comments_for_comment_meta_lazyload() instead.

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

Lazyload comment meta for comments in the loop.


Description Description


Parameters Parameters

$check

(mixed) (Required)

$comment_id

(int) (Required)


Top ↑

Return Return

(mixed)


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 See wp_queue_comments_for_comment_meta_lazyload().
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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