maxgalleria_template_options

Description

This action is used to display template options for a gallery.

Usage

add_action('maxgalleria_template_options', 'template_options', 10, 0);

Parameters

Example

add_action('maxgalleria_template_options', 'template_options', 10, 0);

function template_options() {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in meta-options.php.