WPDK
1.5.0
WordPress Development Kit
|
Static Public Member Functions | |
static | controls () |
Controls list. More... | |
static | instanceable () |
Controls list. More... | |
Data Fields | |
const | CHECKBOX = 'checkbox' |
const | COLOR = 'WP_Customize_Color_Control' |
const | DROP_DOWN_PAGES = 'dropdown-pages' |
const | IMAGE = 'WP_Customize_Image_Control' |
const | RADIO = 'radio' |
const | SELECT = 'select' |
const | TEXT = 'text' |
const | UPLOAD = 'WP_Customize_Upload_Control' |
Manage the list of Customize controls available
Definition at line 14 of file wpdk-theme-customize.php.
|
static |
Controls list.
Return a key pairs value array with the controls list
Definition at line 31 of file wpdk-theme-customize.php.
|
static |
Controls list.
Return a key pairs value array with the controls list
Definition at line 53 of file wpdk-theme-customize.php.
const CHECKBOX = 'checkbox' |
Definition at line 16 of file wpdk-theme-customize.php.
const COLOR = 'WP_Customize_Color_Control' |
Definition at line 17 of file wpdk-theme-customize.php.
const DROP_DOWN_PAGES = 'dropdown-pages' |
Definition at line 18 of file wpdk-theme-customize.php.
const IMAGE = 'WP_Customize_Image_Control' |
Definition at line 19 of file wpdk-theme-customize.php.
const RADIO = 'radio' |
Definition at line 20 of file wpdk-theme-customize.php.
const SELECT = 'select' |
Definition at line 21 of file wpdk-theme-customize.php.
const TEXT = 'text' |
Definition at line 22 of file wpdk-theme-customize.php.
const UPLOAD = 'WP_Customize_Upload_Control' |
Definition at line 23 of file wpdk-theme-customize.php.