has_valid_dependencies() ) { return []; } $input_value = sellkit_htmlspecialchars( INPUT_GET, 'input_value' ); return sellkit_get_products( sanitize_text_field( $input_value ) ); } /** * It is pro feature or not. * * @since 1.1.0 */ public function is_pro() { return true; } /** * All the conditions are not searchable by default. * * @return false * @since 1.1.0 */ public function is_searchable() { return true; } }