WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKThemeCustomizeControlType Class Reference

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'
 

Detailed Description

Manage the list of Customize controls available

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2014-01-14
Version
1.0.0
Since
1.4.9

Definition at line 14 of file wpdk-theme-customize.php.

Member Function Documentation

static controls ( )
static

Controls list.

Return a key pairs value array with the controls list

Definition at line 31 of file wpdk-theme-customize.php.

static instanceable ( )
static

Controls list.

Return a key pairs value array with the controls list

Definition at line 53 of file wpdk-theme-customize.php.

Field Documentation

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.


The documentation for this class was generated from the following file: