maxgalleria_albums_post_type_labels

Description

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

Usage

add_filter('maxgalleria_albums_post_type_labels', 'albums_post_type_labels', 10, 1);

Parameters

$labels
The labels for the album custom post type.

Example

add_filter('maxgalleria_albums_post_type_labels', 'albums_post_type_labels', 10, 1);

function albums_post_type_labels($labels) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.