Learndash_Admin_Posts_Listing::get_selector( string $selector_key = '', string $selector_field = '' )
Utility function to get a Selector by key.
Description Description
Parameters Parameters
- $selector_key
-
(Optional) Key for Selector.
Default value: ''
- $selector_field
-
(Optional) selector field to return. If not provided the entire selector will be returned.
Default value: ''
Source Source
File: includes/admin/class-learndash-admin-posts-listing.php
Changelog Changelog
Version | Description |
---|---|
3.4.1 | Added $selector_field paramter. |
3.2.3 | Introduced. |