File "Tribe__Events__Asset__Admin.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/deprecated/Tribe__Events__Asset__Admin.php
File size: 751 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__Admin extends Tribe__Events__Asset__Abstract_Asset {
public function handle() {
$deps = array_merge(
$this->deps,
[
'jquery',
'jquery-ui-datepicker',
'jquery-ui-sortable',
'tribe-bumpdown',
'tribe-dropdowns',
'underscore',
'wp-util',
'tribe-jquery-timepicker',
'tribe-timepicker',
'tribe-attrchange',
]
);
$path = Tribe__Events__Template_Factory::getMinFile( tribe_events_resource_url( 'events-admin.js' ), true );
wp_enqueue_script( $this->prefix . '-admin', $path, $deps, $this->filter_js_version(), true );
wp_enqueue_style( 'dashicons' );
}
}