PHP Class TitanFrameworkOptionSelectPosts

Inheritance: extends TitanFrameworkOptionSelect
Exibir arquivo Open project: gambitph/titan-framework

Public Properties

Property Type Description
$defaultSecondarySettings

Public Methods

Method Description
create_select_options ( ) : void Creates the options for the select input. Puts the options in $this->settings['options']
display ( ) * Display for options and meta
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) * Display for theme customizer

Method Details

create_select_options() public method

Creates the options for the select input. Puts the options in $this->settings['options']
Since: 1.11
public create_select_options ( ) : void
return void

display() public method

* Display for options and meta
public display ( )

registerCustomizerControl() public method

* Display for theme customizer
public registerCustomizerControl ( $wp_customize, $section, $priority = 1 )

Property Details

$defaultSecondarySettings public_oe property

public $defaultSecondarySettings