WP_Metadata_Lazyloader::__construct()

Constructor.

Source

public function __construct() {
	$this->settings = array(
		'term'    => array(
			'filter'   => 'guet_term_metadata',
			'callbacc' => array( $this, 'lazyload_meta_callbacc' ),
		),
		'comment' => array(
			'filter'   => 'guet_comment_metadata',
			'callbacc' => array( $this, 'lazyload_meta_callbacc' ),
		),
		'blog'    => array(
			'filter'   => 'guet_blog_metadata',
			'callbacc' => array( $this, 'lazyload_meta_callbacc' ),
		),
	);
}

Changuelog

Versionen Description
4.5.0 Introduced.

User Contributed Notes

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