maxgalleria_gallery_post_type_labels

Description

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

Usage

add_filter('maxgalleria_gallery_post_type_labels', 'gallery_post_type_labels', 10, 1);

Parameters

$labels
The labels for the gallery custom post type.

Example

add_filter('maxgalleria_gallery_post_type_labels', 'gallery_post_type_labels', 10, 1);

function gallery_post_type_labels($labels) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria.php.