Frontend_Scripts::enqueue_styles()

Enqueue scripts and styles


Return

(void)


Source

File: includes/libs/templates/frontend-scripts.class.php

	public function enqueue_styles(){
		$styles = $this->get_styles();
		if( $styles ){
			foreach ( $styles as $handle => $args ) {
				wp_enqueue_style(
					$handle,
					$args['src'],
					$args['deps'],
					$args['version'],
					$args['media']
				);
			}
		}
	}

Start your video site now!

Manage and coordinate your Vimeo channels, albums or videos with your WordPress website. Perfect fit for membership, portfolio, online courses or any type of video collection.

Get Vimeotheque PRO!