This action runs right before the template meta boxes are added.
add_action('maxgalleria_before_template_meta_boxes', 'before_template_meta_boxes', 10, 0);
add_action('maxgalleria_before_template_meta_boxes', 'before_template_meta_boxes', 10, 0);
function before_template_meta_boxes() {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-meta.php.