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