File "Tribe__Events__Asset__Smoothness.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/the-events-calendar/src/deprecated/Tribe__Events__Asset__Smoothness.php
File size: 433 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__Smoothness extends Tribe__Events__Asset__Abstract_Asset {
public function handle() {
$path = Tribe__Events__Template_Factory::getMinFile( $this->vendor_url . 'jquery/smoothness/jquery-ui-1.8.23.custom.css', true );
wp_enqueue_style( $this->prefix . '-custom-jquery-styles', $path );
}
}