File manager - Edit - /home/palg2351/public_html/wp-content/plugins/conat-plugin/metabox/sidebar.php
Back
<?php return array( 'id' => 'conat_sidebar_settings', 'title' => esc_html__( "Conat Sidebar Settings", "conat" ), 'fields' => array( array( 'id' => 'sidebar_source_type', 'type' => 'button_set', 'title' => esc_html__( 'Sidebar Source Type', 'conat' ), 'options' => array( 'd' => esc_html__( 'Default', 'conat' ), 'e' => esc_html__( 'Elementor', 'conat' ), ), 'default'=> '', ), array( 'id' => 'sidebar_elementor_template', 'type' => 'select', 'title' => __( 'Template', 'conat' ), 'data' => 'posts', 'args' => [ 'post_type' => [ 'elementor_library' ], 'posts_per_page'=> -1, ], 'required' => [ 'sidebar_source_type', '=', 'e' ], ), array( 'id' => 'sidebar_sidebar_layout', 'type' => 'image_select', 'title' => esc_html__( 'Layout', 'conat' ), 'subtitle' => esc_html__( 'Select main content and sidebar alignment.', 'conat' ), 'options' => array( 'left' => array( 'alt' => esc_html__( '2 Column Left', 'conat' ), 'img' => get_template_directory_uri() . '/assets/images/redux/2cl.png', ), 'full' => array( 'alt' => esc_html__( '1 Column', 'conat' ), 'img' => get_template_directory_uri() . '/assets/images/redux/1col.png', ), 'right' => array( 'alt' => esc_html__( '2 Column Right', 'conat' ), 'img' => get_template_directory_uri() . '/assets/images/redux/2cr.png', ), ), 'required' => [ 'sidebar_source_type', '=', 'd' ], ), array( 'id' => 'sidebar_page_sidebar', 'type' => 'select', 'title' => esc_html__( 'Sidebar', 'conat' ), 'required' => array( 'sidebar_sidebar_layout', '=', array( 'left', 'right' ) ), 'options' => conats_get_sidebars(), //'required' => [ 'sidebar_source_type', '=', 'd' ], ), ), );
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.19 |
proxy
|
phpinfo
|
Settings