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