File manager - Edit - /home/palg2351/public_html/wp-content/themes/blocksy/inc/options/general/sidebar-particular.php
Back
<?php if (! isset($prefix)) { $prefix = ''; $initial_prefix = ''; } else { $initial_prefix = $prefix; $prefix = $prefix . '_'; } $options = [ blocksy_rand_md5() => [ 'type' => 'ct-condition', 'condition' => [ $prefix . 'structure' => '!gutenberg' ], 'options' => [ $prefix . 'has_sidebar' => [ 'label' => __( 'Sidebar', 'blocksy' ), 'type' => 'ct-panel', 'switch' => true, 'value' => 'no', 'sync' => blocksy_sync_whole_page([ 'prefix' => $prefix, 'loader_selector' => '[class*="ct-container"]' ]), 'inner-options' => [ $prefix . 'sidebar_position' => [ 'label' => __( 'Sidebar Position', 'blocksy' ), 'type' => 'ct-image-picker', 'value' => 'right', 'divider' => 'bottom', 'condition' => [ $prefix . 'has_sidebar' => 'yes' ], 'sync' => 'live', 'choices' => [ 'left' => [ 'src' => blocksy_image_picker_url( 'left-sidebar.svg' ), 'title' => __( 'Left Sidebar', 'blocksy' ), ], 'right' => [ 'src' => blocksy_image_picker_url( 'right-sidebar.svg' ), 'title' => __( 'Right Sidebar', 'blocksy' ), ], ], ], ], ], ] ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings