CustomHTML
extends WP_Customize_Control
in package
Provide a custom HTML in customize.
Table of Contents
Properties
- $type : string
- Type.
Methods
- __construct() : mixed
- C'tor.
- json() : mixed
- Refresh the parameters passed to the JavaScript via JSON.
Properties
$type
Type.
public
string
$type
= 'customHtml'
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