WP_Query::lazyload_comment_meta() – Lazyload comment meta for comments in the loop.
You appear to be a bot. Output may be restricted
Description
Lazyload comment meta for comments in the loop.
Usage
$mixed = WP_Query::lazyload_comment_meta( $check, $comment_id );
Parameters
- $check
- ( mixed ) required –
- $comment_id
- ( int ) required –
Returns
mixed
Source
File name: wordpress/wp-includes/class-wp-query.php
Lines:
1 to 4 of 4
public function lazyload_comment_meta( $check, $comment_id ) { _deprecated_function( __METHOD__, '4.5.0' ); return $check; }