maxgalleria_video_tiles_after_enqueue_styles

Description

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

Usage

add_action('maxgalleria_video_tiles_after_enqueue_styles', 'video_tiles_after_enqueue_styles', 10, 1);

Parameters

$options
The gallery options.

Example

add_action('maxgalleria_video_tiles_after_enqueue_styles', 'video_tiles_after_enqueue_styles', 10, 1);

function video_tiles_after_enqueue_styles($options) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-tiles.php.