This action runs right after stylesheets are enqueued when a gallery is displayed with the masonry template.
add_action('maxgalleria_masonry_after_enqueue_styles', 'masonry_after_enqueue_styles', 10, 1); $options
The gallery options.
add_action('maxgalleria_masonry_after_enqueue_styles', 'masonry_after_enqueue_styles', 10, 1);
function masonry_after_enqueue_styles($options) {
}
Defined in maxgalleria-masonry-hooks.php.
Used in maxgalleria-masonry-template.php.