Uses
| Uses | Description |
|---|---|
| wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
This method has been deprecated. See wp_queue_comments_for_comment_meta_lazyload() instead.
Lazyload comment meta for comments in the loop.
(mixed) (Required)
(int) (Required)
(mixed)
File: wp-includes/class-wp-query.php
public function lazyload_comment_meta( $check, $comment_id ) {
_deprecated_function( __METHOD__, '4.5.0' );
return $check;
} | Version | Description |
|---|---|
| 4.5.0 | See wp_queue_comments_for_comment_meta_lazyload(). |
| 4.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_query/lazyload_comment_meta