This action is used to display template options for a gallery.
add_action('maxgalleria_template_options', 'template_options', 10, 0);
add_action('maxgalleria_template_options', 'template_options', 10, 0);
function template_options() {
}
Defined in maxgalleria-hooks.php.
Used in meta-options.php.