Browse: Home / Classes / Learndash_Admin_Filter_Meta_Select /

Learndash_Admin_Filter_Meta_Select::__construct

Learndash_Admin_Filter_Meta_Select::__construct( string $meta_key_name,  string $label,  array $options,  string $meta_value_index = '' )

Construct.


Description #


Parameters #

$meta_key_name

(string) (Required) Meta key name.

$label

(string) (Required) Label.

$options

(array) (Required) Select options.

$meta_value_index

(string) (Optional) Meta value index, if the meta value is an array.

Default value: ''


Source #

File: includes/admin/classes-filters/class-learndash-admin-filter-meta-select.php


Changelog #

Changelog
Version Description
4.2.0 Introduced.