File "Tribe__Events__Asset__Settings.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/deprecated/Tribe__Events__Asset__Settings.php
File size: 495 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
_deprecated_file( __FILE__, '4.6.21', 'Deprecated class in favor of using `tribe_asset` registration' );

class Tribe__Events__Asset__Settings extends Tribe__Events__Asset__Abstract_Asset {

	public function handle() {
		$deps = array_merge( $this->deps, [ 'jquery' ] );
		$path = Tribe__Events__Template_Factory::getMinFile( tribe_events_resource_url( 'tribe-settings.js' ), true );
		wp_enqueue_script( $this->prefix . '-settings', $path, $deps, $this->filter_js_version(), true );
	}
}