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