File "Tribe__Events__Asset__Dialog.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/deprecated/Tribe__Events__Asset__Dialog.php
File size: 347 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__Dialog extends Tribe__Events__Asset__Abstract_Asset {
public function handle() {
wp_enqueue_script( 'jquery-ui-dialog' );
Tribe__Events__Template_Factory::add_vendor_script( 'jquery-ui-dialog' );
}
}