Свойство | Тип | Описание | |
---|---|---|---|
$_current_tab | null | array | Holds the current tab while render a set of controls tabs | |
$_edit_tools |
Метод | Описание | |
---|---|---|
__construct ( $data = [], $args = [] ) | ||
add_child ( array $child_data, array $child_args = [] ) : |
||
add_control ( $id, $args ) | ||
add_edit_tool ( $tool_name, $tool_data, $after = null ) | ||
add_group_control ( $group_name, $args = [] ) | ||
add_render_attribute ( $element, $key = null, $value = null ) | ||
add_responsive_control ( $id, $args = [] ) | ||
after_render ( ) | ||
before_render ( ) | ||
end_controls_section ( ) | ||
end_controls_tab ( ) | ||
end_controls_tabs ( ) | ||
get_categories ( ) | ||
get_children ( ) | ||
get_class_controls ( ) | ||
get_class_name ( ) | ||
get_config ( $item = null ) | ||
get_controls ( $control_id = null ) | ||
get_data ( $item = null ) | ||
get_default_args ( $item = null ) | ||
get_edit_tools ( ) | ||
get_icon ( ) | ||
get_id ( ) | ||
get_keywords ( ) | ||
get_name ( ) | ||
get_parent ( ) : |
||
get_raw_data ( $with_html_content = false ) | ||
get_render_attribute_string ( $element ) | ||
get_scheme_controls ( ) | ||
get_settings ( $setting = null ) | ||
get_style_controls ( $controls = null ) | ||
get_tabs_controls ( ) | ||
get_title ( ) | ||
get_type ( ) | ||
is_control_visible ( $control, $values = null ) | ||
is_reload_preview_required ( ) | ||
print_element ( ) | ||
print_template ( ) | ||
remove_control ( $id ) | ||
set_settings ( $key, $value = null ) | ||
start_controls_section ( $section_id, $args ) | ||
start_controls_tab ( $tab_id, $args ) | ||
start_controls_tabs ( $tabs_id ) |
Метод | Описание | |
---|---|---|
_content_template ( ) | ||
_get_child_type ( array $element_data ) : |
||
_get_parsed_settings ( ) | ||
_print_content ( ) | ||
_register_controls ( ) | ||
_render_settings ( ) | ||
get_default_data ( ) | ||
get_default_edit_tools ( ) | ||
render ( ) |
Метод | Описание | |
---|---|---|
_get_items ( array $haystack, string $needle = null ) : mixed | ||
_init ( $data ) | ||
_init_children ( ) | ||
_init_controls ( ) | ||
_init_edit_tools ( ) |
abstract protected _get_child_type ( array $element_data ) : |
||
$element_data | array | |
Результат |
final public static add_edit_tool ( $tool_name, $tool_data, $after = null ) |
final public add_group_control ( $group_name, $args = [] ) |
public add_render_attribute ( $element, $key = null, $value = null ) |
final public add_responsive_control ( $id, $args = [] ) |