-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Tab
Henner R Setyono edited this page Feb 18, 2020
·
4 revisions
custy_rand_id() => [ 'tab' => __( 'Tab 1' ),
'options' => [
'option1' => [],
'option2' => [],
'option3' => [],
],
],
custy_rand_id() => [ 'tab' => __( 'Tab 2' ),
'options' => [
'option1' => [],
'option2' => [],
'option3' => [],
],
],Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
