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