maxgalleria_gallery_columns

Description

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

Usage

add_filter('maxgalleria_gallery_columns', 'gallery_columns', 10, 1);

Parameters

$columns
The columns for the gallery custom post type.

Example

add_filter('maxgalleria_gallery_columns', 'gallery_columns', 10, 1);

function gallery_columns($columns) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria.php.