maxgalleria_video_showcase_before_enqueue_styles

Description

This action runs right before stylesheets are enqueued when a gallery is displayed with the Video Showcase template.

Usage

add_action('maxgalleria_video_showcase_before_enqueue_styles', 'video_showcase_before_enqueue_styles', 10, 1);

Parameters

$options
The gallery options.

Example

add_action('maxgalleria_video_showcase_before_enqueue_styles', 'video_showcase_before_enqueue_styles', 10, 1);

function video_showcase_before_enqueue_styles($options) {
}

Source Files

Defined in maxgalleria-video-showcase-hooks.php.

Used in maxgalleria-video-showcase-template.php.