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