-
Notifications
You must be signed in to change notification settings - Fork 0
Type – Visibility
Henner R Setyono edited this page Jan 13, 2020
·
3 revisions
'sidebar_visibility' => [
'label' => __( 'Visibility' ),
'type' => 'ct-visibility',
],'sidebar_visibility' => [
'desktop' => true,
'tablet' => true,
'mobile' => false,
],Where to apply the code above?
- The option snippet is for New Section Filter
- The value format is for Default Value Filter
Learn more:
