Section Inside section doesn’t work without any field
-
Hi,
I am trying to create a child section inside a parent section using below codes.
Kirki::add_section(
‘general_color’,
array(
‘title’ => esc_attr__( ‘Color’, ‘kirki’ ),
‘description’ => ”,
‘section’ => ‘general’,
‘priority’ => 1,
)
);parent and child section is getting displayed till there is a field associated with the parent section. If there is no Field associated with the parent section. it will not be displayed in the panel at all.
This is the same feature mentioned here in this link:
https://github.com/kirki-framework/kirki/issues/1263
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Section Inside section doesn’t work without any field’ is closed to new replies.