maxgalleria_albums_columns

Description

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

Usage

add_filter('maxgalleria_albums_columns', 'albums_columns', 10, 1);

Parameters

$columns
The columns for the album custom post type.

Example

add_filter('maxgalleria_albums_columns', 'albums_columns', 10, 1);

function albums_columns($columns) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.