Control
in package
Table of Contents
- header_title() : mixed
- Create Section.
- separator() : mixed
- Create Section.
Methods
header_title()
Create Section.
public
header_title(WP_Customize_Manager $wp_customize[, string $label = 'Custom Title' ][, string $section = null ][, string $description = null ]) : mixed
Parameters
- $wp_customize : WP_Customize_Manager
-
Theme Customizer object.
- $label : string = 'Custom Title'
-
.
- $section : string = null
-
.
- $description : string = null
-
.
Return values
mixed —separator()
Create Section.
public
separator(WP_Customize_Manager $wp_customize[, string $label = 'Custom Label' ][, string $section = null ][, string $description = '' ]) : mixed
Parameters
- $wp_customize : WP_Customize_Manager
-
Theme Customizer object.
- $label : string = 'Custom Label'
-
.
- $section : string = null
-
.
- $description : string = ''
-
.