FeaturedImage.php 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace ACP\Search\Comparison\Post; use AC\MetaType; use ACP\Search\Comparison; class FeaturedImage extends Comparison\Meta\Image { public function __construct( $post_type ) { parent::__construct( '_thumbnail_id', MetaType::POST, $post_type ); } }