This filter returns the args for the gallery custom post type.
add_filter('maxgalleria_gallery_post_type_args', 'gallery_post_type_args', 10, 1); $args
The args for the gallery custom post type.
add_filter('maxgalleria_gallery_post_type_args', 'gallery_post_type_args', 10, 1);
function gallery_post_type_args($args) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria.php.