Browse: Home / Classes / Learndash_Admin_Posts_Listing /

Learndash_Admin_Posts_Listing::get_selector

Learndash_Admin_Posts_Listing::get_selector( string $selector_key = '',  string $selector_field = '' )

Utility function to get a Selector by key.


Description #


Parameters #

$selector_key

(string) (Optional) Key for Selector.

Default value: ''

$selector_field

(string) (Optional) selector field to return. If not provided the entire selector will be returned.

Default value: ''


Source #

File: includes/admin/class-learndash-admin-posts-listing.php


Changelog #

Changelog
Version Description
3.4.1 Added $selector_field parameter.
3.2.3 Introduced.