Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
deprecated
:
Tribe__Events__Asset__Smoothness.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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 ); } }