This action runs right after scripts are enqueued when a gallery is displayed with the Video Tiles template.
add_action('maxgalleria_video_tiles_after_enqueue_scripts', 'video_tiles_after_enqueue_scripts', 10, 1); $options
The gallery options.
add_action('maxgalleria_video_tiles_after_enqueue_scripts', 'video_tiles_after_enqueue_scripts', 10, 1);
function video_tiles_after_enqueue_scripts($options) {
}
Defined in maxgalleria-hooks.php.
Used in video-tiles.php.