maxgalleria_gallery_post_type_args

Description

This filter returns the args for the gallery custom post type.

Usage

add_filter('maxgalleria_gallery_post_type_args', 'gallery_post_type_args', 10, 1);

Parameters

$args
The args for the gallery custom post type.

Example

add_filter('maxgalleria_gallery_post_type_args', 'gallery_post_type_args', 10, 1);

function gallery_post_type_args($args) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria.php.