Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-search   php

Repository URL to install this package:

Version: 2.1.9 

/ controls / query.php

<?php

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

class Jet_Search_Control_Query extends Elementor\Control_Select2 {

	public function get_type() {
		return 'jet-search-query';
	}
}