maxgalleria_after_template_meta_boxes

Description

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

Usage

add_action('maxgalleria_after_template_meta_boxes', 'after_template_meta_boxes', 10, 0);

Parameters

Example

add_action('maxgalleria_after_template_meta_boxes', 'after_template_meta_boxes', 10, 0);

function after_template_meta_boxes() {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-meta.php.