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