This action runs right before scripts are enqueued when an album is displayed.
add_action('maxgalleria_albums_before_enqueue_scripts', 'albums_before_enqueue_scripts', 10, 1); $options
The options for the album.
add_action('maxgalleria_albums_before_enqueue_scripts', 'albums_before_enqueue_scripts', 10, 1);
function albums_before_enqueue_scripts($options) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode.php.