Tribe__Events__Filterbar__View::enqueueAdminScripts()

Enqueue the admin scripts.


Return

(void)


Top ↑

Source

File: src/Tribe/View.php

		public function enqueueAdminScripts() {
			global $current_screen;
			if ( $current_screen->id == 'tribe_events_page_' . Tribe__Settings::$parent_slug && isset( $_GET['tab'] ) && $_GET['tab'] == 'filter-view' ) {
				wp_enqueue_script( 'jquery-ui-sortable' );
			}

		}

Top ↑

Changelog

Changelog
Version Description
3.4 Introduced.