maxgalleria_albums_post_type_args

Description

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

Usage

add_filter('maxgalleria_albums_post_type_args', 'albums_post_type_args', 10, 1);

Parameters

$args
The args for the album custom post type.

Example

add_filter('maxgalleria_albums_post_type_args', 'albums_post_type_args', 10, 1);

function albums_post_type_args($args) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.