maxgalleria_image_showcase_after_enqueue_scripts

Description

This action runs right after scripts are enqueued when a gallery is displayed with the Image Showcase template.

Usage

add_action('maxgalleria_image_showcase_after_enqueue_scripts', 'image_showcase_after_enqueue_scripts', 10, 1);

Parameters

$options
The gallery options.

Example

add_action('maxgalleria_image_showcase_after_enqueue_scripts', 'image_showcase_after_enqueue_scripts', 10, 1);

function image_showcase_after_enqueue_scripts($options) {
}

Source Files

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

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