Headline
extends WP_Customize_Control
in package
Provide an additional headline in customize.
Table of Contents
Properties
- $isSubHeadline : bool
- Sub-headline has no background color.
- $level : string
- Used level.
- $type : string
- Type.
Methods
- __construct() : mixed
- C'tor.
- json() : mixed
- Refresh the parameters passed to the JavaScript via JSON.
Properties
$isSubHeadline
Sub-headline has no background color.
public
bool
$isSubHeadline
= false
$level
Used level.
public
string
$level
= 2
$type
Type.
public
string
$type
= 'headline'
Methods
__construct()
C'tor.
public
__construct(WP_Customize_Manager $manager, string $id[, array<string|int, mixed> $args = [] ]) : mixed
Parameters
- $manager : WP_Customize_Manager
- $id : string
- $args : array<string|int, mixed> = []
json()
Refresh the parameters passed to the JavaScript via JSON.
public
json() : mixed