Lazy-loads term meta for queued terms.
This method is public so that it can be used as a filter callback. As a rule, there is no need to invoke it directly.
$checkmixedrequired
$check param passed from the 'get_term_metadata' hook.get_metadata(). Generally, this is null, but it could be another value if filtered by a plugin.public function lazyload_term_meta( $check ) {
_deprecated_function( __METHOD__, '6.3.0', 'WP_Metadata_Lazyloader::lazyload_meta_callback' );
return $this->lazyload_meta_callback( $check, 0, '', false, 'term' );
}
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_metadata_lazyloader/lazyload_term_meta