wordpress_adapter->has_post_thumbnail() ); } public function get_options() { $comparators = Comparator_Provider::get_comparators( [ Comparator_Provider::COMPARATOR_IS, ] ); $this->add_control( 'comparator', [ 'type' => Controls_Manager::SELECT, 'options' => $comparators, 'default' => Comparator_Provider::COMPARATOR_IS, ] ); $this->add_control( 'status', [ 'type' => Controls_Manager::SELECT, 'options' => [ 'set' => esc_html__( 'Set', 'elementor-pro' ), 'not_set' => esc_html__( 'Not Set', 'elementor-pro' ), ], 'default' => 'set', ] ); } }