-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
Hi,
I have a section with 'required' attribute:
array(
'id' => 'custom-header-colors-start',
'type' => 'section',
'title' => __( 'Custom Colors', THEME_NAME ),
'subtitle' => __( 'missing-x', THEME_NAME ),
'indent' => true,
'class' => 'custom-class',
'required' => array( 'custom-header-colors', "=", 1 ),
),I also added 'class' attribute, but unfortunately the 'title' always visible on the page (so the value of 'custom-header-colors' doesn't matter). Once I remove the class everything is working.
Do you have idea what's wrong?
Metadata
Metadata
Assignees
Labels
No labels