maxgalleria_before_template_meta_boxes

Description

This action runs right before the template meta boxes are added.

Usage

add_action('maxgalleria_before_template_meta_boxes', 'before_template_meta_boxes', 10, 0);

Parameters

Example

add_action('maxgalleria_before_template_meta_boxes', 'before_template_meta_boxes', 10, 0);

function before_template_meta_boxes() {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-meta.php.