编辑:advanced.php
<?php /** * Avada Options. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage Core * @since 4.0.0 */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * Advanced settings * * @param array $sections An array of our sections. * @return array */ function avada_options_section_advanced( $sections ) { // Build consent category choices for the snippet repeater dynamically, // so custom categories added in the Consent Categories repeater appear as options. $snippet_category_choices = [ 'no_group' => esc_html__( 'Do Not Add To A Group', 'Avada' ), 'necessary' => esc_html__( 'Necessary Cookies', 'Avada' ), 'embeds' => esc_html__( 'Functional Cookies (Third Party Embeds)', 'Avada' ), 'statistics' => esc_html__( 'Statistics Cookies (Analytics)', 'Avada' ), 'tracking' => esc_html__( 'Marketing Cookies (Advertising & Targeting)', 'Avada' ), ]; foreach ( Avada()->privacy_embeds->get_privacy_content() as $column ) { $key = ! empty( $column['key'] ) ? $column['key'] : ''; if ( $key && ! isset( $snippet_category_choices[ $key ] ) ) { $snippet_category_choices[ $key ] = esc_html( ! empty( $column['title'] ) ? $column['title'] : ucfirst( $key ) ); } } $sections['advanced'] = [ 'label' => esc_html__( 'Advanced', 'Avada' ), 'id' => 'heading_advanced', 'is_panel' => true, 'priority' => 25, 'icon' => 'el-icon-puzzle', 'alt_icon' => 'fusiona-dashboard', 'fields' => [ 'theme_features_section' => [ 'label' => esc_html__( 'Features', 'Avada' ), 'id' => 'theme_features_section', 'icon' => true, 'type' => 'sub-section', 'fields' => [ 'enable_language_updates' => [ 'label' => esc_html__( 'Enable Language Updates', 'Avada' ), 'description' => esc_html__( 'If your site is using a language other than English, enabling this option will allow you to get updated language files for your locale as soon as they are available.', 'Avada' ), 'id' => 'enable_language_updates', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'dependencies_status' => [ 'label' => esc_html__( "Avada's Option Network Dependencies", 'Avada' ), 'description' => esc_html__( "Avada's Option Network consists of Global Options, Page Options and Builder Options and each of them have dependent options ON by default. This means the only options you see are the only ones currently available for your selection. However, if you wish to disable this feature, simply turn this option off, and all dependencies will be disabled (requires save & refresh).", 'Avada' ), 'id' => 'dependencies_status', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_code_block_encoding' => [ 'label' => esc_html__( 'Code Block Encoding', 'Avada' ), 'description' => esc_html__( 'Turn on to enable encoding in the Avada Builder code block and syntax highlighting elements.', 'Avada' ), 'id' => 'disable_code_block_encoding', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_megamenu' => [ 'label' => esc_html__( 'Legacy Mega Menu', 'Avada' ), 'description' => esc_html__( 'Turn on to enable Avada\'s legacy mega menu.', 'Avada' ), 'id' => 'disable_megamenu', 'default' => '0', 'type' => 'switch', 'partial_refresh' => [ 'theme_features_disable_megamenu' => [ 'selector' => '.fusion-header-wrapper', 'container_inclusive' => true, 'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'header' ], 'success_trigger_event' => 'header-rendered', ], ], ], 'status_widget_areas' => [ 'label' => esc_html__( 'Legacy Widget Areas', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the legacy widget areas of WordPress.', 'Avada' ), 'id' => 'status_widget_areas', 'default' => '0', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_avada_studio' => [ 'label' => esc_html__( 'Avada Studio', 'Avada' ), 'description' => esc_html__( 'Turn on to enable Avada studio.', 'Avada' ), 'id' => 'status_avada_studio', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'avada_rev_styles' => [ 'label' => esc_html__( 'Avada Styles For Slider Revolution', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada styles and use the default Slider Revolution styles.', 'Avada' ), 'id' => 'avada_rev_styles', 'default' => '1', 'type' => 'switch', 'css_vars' => [ [ 'name' => '--avada-rev-image-shadow-top', 'value_pattern' => 'url("' . Fusion_Sanitize::css_asset_url( Avada::$template_dir_url . '/assets/images/shadow-top.png' ) . '")', 'element' => '.shadow-left', ], [ 'name' => '--avada-rev-image-shadow-bottom', 'value_pattern' => 'url("' . Fusion_Sanitize::css_asset_url( Avada::$template_dir_url . '/assets/images/shadow-bottom.png' ) . '")', 'element' => '.shadow-right', ], ], 'output' => [ [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'true' ], 'element' => 'body', 'className' => 'avada-has-rev-slider-styles', ], ], 'sanitize_callback' => '__return_empty_string', ], // Change the avadaRevVars.avada_rev_styles var. [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'avadaRevVars', 'id' => 'avada_rev_styles', 'trigger' => [ 'DestoryRevStyle', 'AddRevStyles' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'avada_styles_dropdowns' => [ 'label' => esc_html__( 'Avada Dropdown Styles', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.', 'Avada' ), 'id' => 'avada_styles_dropdowns', 'default' => '1', 'type' => 'switch', 'output' => [ [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'true' ], 'element' => 'body', 'className' => 'avada-dropdown-styles', ], ], 'sanitize_callback' => '__return_empty_string', ], // Change the avadaSelectVars.avada_drop_down var. [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'avadaSelectVars', 'id' => 'avada_drop_down', 'trigger' => [ 'DestoryAvadaSelect', 'AddAvadaSelect' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'disable_mobile_image_hovers' => [ 'label' => esc_html__( 'CSS Image Hover Animations on Mobiles', 'Avada' ), 'description' => esc_html__( 'Turn on to enable CSS image hover animations on mobiles.', 'Avada' ), 'id' => 'disable_mobile_image_hovers', 'default' => '1', 'type' => 'switch', 'output' => [ [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'avadaMobileImageVars', 'id' => 'disable_mobile_image_hovers', 'trigger' => [ 'fusionDeactivateMobileImagHovers' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'status_yt' => [ 'label' => esc_html__( 'YouTube API Scripts', 'Avada' ), 'description' => esc_html__( 'Turn on to enable YouTube API scripts.', 'Avada' ), 'id' => 'status_yt', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', 'output' => [ // This is for the fusionVideoBgVars.status_yt var. [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionVideoBgVars', 'id' => 'status_yt', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionVideoGeneralVars', 'id' => 'status_yt', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionFlexSliderVars', 'id' => 'status_yt', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionBlogVars', 'id' => 'status_yt', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'status_vimeo' => [ 'label' => esc_html__( 'Vimeo API Scripts', 'Avada' ), 'description' => esc_html__( 'Turn on to enable Vimeo API scripts.', 'Avada' ), 'id' => 'status_vimeo', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', 'output' => [ // This is for the fusionVideoBgVars.status_vimeo var. [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionVideoBgVars', 'id' => 'status_vimeo', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionVideoGeneralVars', 'id' => 'status_vimeo', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], [ 'element' => 'helperElement', 'js_callback' => [ 'fusionGlobalScriptSet', [ 'globalVar' => 'fusionFlexSliderVars', 'id' => 'status_vimeo', 'trigger' => [ 'load' ], ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'status_gmap' => [ 'label' => esc_html__( 'Google Map Scripts', 'Avada' ), 'description' => esc_html__( 'Turn on to enable google map.', 'Avada' ), 'id' => 'status_gmap', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_fontawesome' => [ 'label' => esc_html__( 'Font Awesome', 'Avada' ), 'description' => esc_html__( 'Choose which Font Awesome icon subsets you want to load. Note that Light subset can only be used if Font Awesome Pro is enabled.', 'Avada' ), 'id' => 'status_fontawesome', 'default' => [ 'fab', 'far', 'fas' ], 'type' => 'select', 'multi' => true, 'choices' => [ 'fab' => esc_html__( 'Brands', 'Avada' ), 'far' => esc_html__( 'Regular', 'Avada' ), 'fas' => esc_html__( 'Solid', 'Avada' ), 'fal' => esc_html__( 'Light', 'Avada' ), ], // No need to refresh the page. 'transport' => 'postMessage', ], 'fontawesome_v4_compatibility' => [ 'label' => esc_html__( 'Font Awesome v4 Compatibility', 'Avada' ), 'description' => esc_html__( 'Turn on to enable support for Font Awesome 4 icon code format.', 'Avada' ), 'id' => 'fontawesome_v4_compatibility', 'default' => '0', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_fontawesome_pro' => [ 'label' => esc_html__( 'Font Awesome Pro', 'Avada' ), /* translators: %1$s = license text & link. %2$s: whitelist text & link. */ 'description' => sprintf( esc_html__( 'Font Awesome Pro %1$s is required and you need to %2$s your domain.', 'Avada' ), '<a href="https://fontawesome.com/buy/standard" target="_blank" rel="noopener noreferrer">license</a>', '<a href="https://fontawesome.com/account/cdn" target="_blank" rel="noopener noreferrer">whitelist</a>' ), 'id' => 'status_fontawesome_pro', 'default' => '0', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_outline' => [ 'label' => esc_html__( 'CSS Outlines', 'Avada' ), 'description' => esc_html__( 'Turn on to enable browser specific CSS element outlines used to improve accessibility.', 'Avada' ), 'id' => 'status_outline', 'default' => '0', 'type' => 'switch', 'output' => [ [ 'element' => 'helperElement', 'property' => 'dummy', 'callback' => [ 'toggle_class', [ 'condition' => [ '', 'true' ], 'element' => 'body', 'className' => 'fusion-disable-outline', ], ], 'sanitize_callback' => '__return_empty_string', ], ], ], 'meta_tags_separator' => [ 'label' => esc_html__( 'Meta Tags Separator', 'Avada' ), 'description' => esc_html__( 'Set a separator character that can be used in the Avada Page Options SEO tab for post title and description meta tags.', 'Avada' ), 'id' => 'meta_tags_separator', 'default' => '-', 'type' => 'text', ], 'status_opengraph' => [ 'label' => esc_html__( 'Description And Open Graph Meta Tags', 'Avada' ), 'description' => __( 'Turn on to enable custom description meta tag and open graph meta tags. These are used for SEO and when sharing pages on social networks like Facebook. <strong>IMPORTANT:</strong> Some SEO plugins, like Yoast SEO or RankMath, add their own implementation of this, so either disable the option in the plugin, or disable it here, to avoid duplicate tags.', 'Avada' ), 'id' => 'status_opengraph', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_date_rich_snippet_pages' => [ 'label' => esc_html__( 'Rich Snippets', 'Avada' ), 'description' => esc_html__( 'Turn on to enable rich snippets data site wide. If set to "On", you can also control individual items below. If set to "Off" all items will be disabled.', 'Avada' ), 'id' => 'disable_date_rich_snippet_pages', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_rich_snippet_title' => [ 'label' => esc_html__( 'Rich Snippets Title', 'Avada' ), 'description' => esc_html__( 'Turn on to enable title rich snippet data site wide.', 'Avada' ), 'id' => 'disable_rich_snippet_title', 'default' => '1', 'type' => 'switch', 'required' => [ [ 'setting' => 'disable_date_rich_snippet_pages', 'operator' => '==', 'value' => '1', ], ], // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_rich_snippet_author' => [ 'label' => esc_html__( 'Rich Snippets Author Info', 'Avada' ), 'description' => esc_html__( 'Turn on to enable author rich snippet data site wide.', 'Avada' ), 'id' => 'disable_rich_snippet_author', 'default' => '1', 'type' => 'switch', 'required' => [ [ 'setting' => 'disable_date_rich_snippet_pages', 'operator' => '==', 'value' => '1', ], ], // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_rich_snippet_date' => [ 'label' => esc_html__( 'Rich Snippets Last Update Date', 'Avada' ), 'description' => esc_html__( 'Turn on to enable udate date rich snippet data site wide.', 'Avada' ), 'id' => 'disable_rich_snippet_date', 'default' => '1', 'type' => 'switch', 'required' => [ [ 'setting' => 'disable_date_rich_snippet_pages', 'operator' => '==', 'value' => '1', ], ], // No need to refresh the page. 'transport' => 'postMessage', ], 'disable_rich_snippet_faq' => [ 'label' => esc_html__( 'Rich Snippets FAQ', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the FAQ rich snippet data site wide.', 'Avada' ), 'id' => 'disable_rich_snippet_faq', 'default' => '1', 'type' => 'switch', 'required' => [ [ 'setting' => 'disable_date_rich_snippet_pages', 'operator' => '==', 'value' => '1', ], ], // No need to refresh the page. 'transport' => 'postMessage', ], 'enable_block_editor_backend_styles' => [ 'label' => esc_html__( 'Enable WP Block Editor Backend Styles', 'Avada' ), 'description' => esc_html__( 'Turn on to enable Avada\'s backend style support for the WP block editor.', 'Avada' ), 'id' => 'enable_block_editor_backend_styles', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'load_block_styles' => [ 'label' => esc_html__( 'Load Frontend Block Styles', 'Avada' ), 'description' => esc_html__( 'Select "Auto" to automatically detect if there are blocks present in your page, and load block-styles in the footer.', 'Avada' ), 'id' => 'load_block_styles', 'default' => 'on', 'type' => 'radio-buttonset', 'choices' => [ 'auto' => esc_html__( 'Auto', 'Avada' ), 'on' => esc_html__( 'On', 'Avada' ), 'off' => esc_html__( 'Off', 'Avada' ), ], 'transport' => 'refresh', ], ], ], 'tracking_head_body_section' => [ 'label' => esc_html__( 'Code Fields (Tracking, etc.)', 'Avada' ), 'id' => 'tracking_head_body_section', 'icon' => true, 'type' => 'sub-section', 'fields' => [ 'custom_code_snippets' => [ 'label' => esc_html__( 'Custom Code Snippets (Tracking / Analytics)', 'Avada' ), 'description' => __( 'Add custom code snippets (e.g. tracking pixels, analytics scripts) and control when they load and whether they require user consent. Each snippet can be assigned a consent category so it appears as a consent checkbox in the corresponding Consent Category content. Note: for consent-gated snippets to be blocked until the visitor agrees, the Privacy Consent Tools option (Privacy & Consent tab) must be enabled. You can leave the Code field empty to list a cookie for disclosure only, without injecting any script — useful for third-party services you cannot control directly.', 'Avada' ), 'id' => 'custom_code_snippets', 'default' => [], 'type' => 'repeater', 'bind_title' => 'label', 'limit' => 50, 'transport' => 'postMessage', 'fields' => [ 'label' => [ 'label' => esc_html__( 'Label', 'Avada' ), 'description' => esc_html__( 'A display name for this snippet (e.g. "Facebook Pixel"). Used as the consent checkbox label in the Consent Category content.', 'Avada' ), 'id' => 'label', 'default' => '', 'type' => 'text', ], 'code' => [ 'label' => esc_html__( 'Code', 'Avada' ), 'description' => esc_html__( 'Paste your script here including the <script> tags.', 'Avada' ), 'id' => 'code', 'default' => '', 'type' => 'code', 'choices' => [ 'language' => 'html', 'height' => 300, 'theme' => 'chrome', ], ], 'category' => [ 'label' => esc_html__( 'Consent Category', 'Avada' ), 'description' => esc_html__( 'Assign this snippet to a consent category. "Necessary" snippets always load and show as a locked checkbox. Other categories require consent and appear as a checkbox in the matching Consent Category content. Choose "Do Not Add To A Group" to load the snippet without listing it — useful for consent-aware scripts that handle consent signals themselves.', 'Avada' ), 'id' => 'category', 'default' => 'tracking', 'type' => 'select', 'choices' => $snippet_category_choices, ], 'placement' => [ 'label' => esc_html__( 'Placement', 'Avada' ), 'description' => esc_html__( 'Where should this snippet be output in the page.', 'Avada' ), 'id' => 'placement', 'default' => 'head', 'type' => 'select', 'choices' => [ 'head' => esc_html__( 'Before </head>', 'Avada' ), 'body_open' => esc_html__( 'After <body>', 'Avada' ), 'body_close' => esc_html__( 'Before </body>', 'Avada' ), ], ], 'lifespan' => [ 'label' => esc_html__( 'Cookie Lifespan', 'Avada' ), 'description' => esc_html__( 'Optional. Describe how long the cookies set by this service persist (e.g. "1 year", "Session", "180 days"). Shown next to the consent checkbox in the Consent Category content.', 'Avada' ), 'id' => 'lifespan', 'default' => '', 'type' => 'text', ], 'snippet_description' => [ 'label' => esc_html__( 'Description', 'Avada' ), 'description' => esc_html__( 'Optional. Shown below the consent checkbox in the Consent Category content. Use it to explain what this snippet does (e.g. "Used to track conversions and show personalised ads.").', 'Avada' ), 'id' => 'snippet_description', 'default' => '', 'type' => 'textarea', ], 'block_type' => [ 'label' => esc_html__( 'Loading Behavior', 'Avada' ), 'description' => esc_html__( '"Block until consent" completely prevents the script from loading until the user agrees. "Consent-aware" always loads the script but passes the current consent state to it — only use this for scripts that natively support consent signals.', 'Avada' ), 'id' => 'block_type', 'default' => 'hard_block', 'type' => 'select', 'choices' => [ 'hard_block' => esc_html__( 'Block until consent', 'Avada' ), 'soft_block' => esc_html__( 'Consent-aware (always loads)', 'Avada' ), ], ], 'prechecked' => [ 'label' => esc_html__( 'Pre-checked', 'Avada' ), 'description' => esc_html__( 'If enabled, the consent checkbox for this snippet will be checked by default before the visitor makes a choice.', 'Avada' ), 'id' => 'prechecked', 'default' => '0', 'type' => 'switch', ], ], ], 'space_head' => [ 'label' => esc_html__( 'Space before </head>', 'Avada' ), 'description' => esc_html__( 'Only accepts JavaScript code wrapped with <script> tags and HTML markup that is valid inside the <head> tag. Code snippets for tracking purposes should be added to the above "Custom Code Snippets" option.', 'Avada' ), 'id' => 'space_head', 'default' => '', 'type' => 'code', 'choices' => [ 'language' => 'html', 'height' => 350, 'theme' => 'chrome', ], // No need to refresh the page. 'transport' => 'postMessage', ], 'space_body_open' => [ 'label' => esc_html__( 'Space after <body>', 'Avada' ), 'description' => esc_html__( 'Only accepts JavaScript code, wrapped with <script> tags and valid HTML markup inside the <body> tag.', 'Avada' ), 'id' => 'space_body_open', 'default' => '', 'type' => 'code', 'choices' => [ 'language' => 'html', 'height' => 350, 'theme' => 'chrome', ], // No need to refresh the page. 'transport' => 'postMessage', ], 'space_body' => [ 'label' => esc_html__( 'Space before </body>', 'Avada' ), 'description' => esc_html__( 'Only accepts JavaScript code, wrapped with <script> tags and valid HTML markup inside the <body> tag.', 'Avada' ), 'id' => 'space_body', 'default' => '', 'type' => 'code', 'choices' => [ 'language' => 'html', 'height' => 350, 'theme' => 'chrome', ], // No need to refresh the page. 'transport' => 'postMessage', ], ], ], 'post_types_section' => [ 'label' => esc_html__( 'Post Types', 'Avada' ), 'id' => 'post_types_section', 'icon' => true, 'type' => 'sub-section', 'fields' => [ 'status_fusion_slider' => [ 'label' => esc_html__( 'Avada Slider', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada Slider.', 'Avada' ), 'id' => 'status_fusion_slider', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_eslider' => [ 'label' => esc_html__( 'Elastic Slider', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the elastic slider.', 'Avada' ), 'id' => 'status_eslider', 'default' => '0', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_fusion_forms' => [ 'label' => esc_html__( 'Avada Forms', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada Forms.', 'Avada' ), 'id' => 'status_fusion_forms', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_awb_Off_Canvas' => [ 'label' => esc_html__( 'Avada Off Canvas', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada Off Canvas.', 'Avada' ), 'id' => 'status_awb_Off_Canvas', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_fusion_portfolio' => [ 'label' => esc_html__( 'Avada Portfolio', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada Portfolio.', 'Avada' ), 'id' => 'status_fusion_portfolio', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], 'status_fusion_faqs' => [ 'label' => esc_html__( 'Avada FAQs', 'Avada' ), 'description' => esc_html__( 'Turn on to enable the Avada Faqs.', 'Avada' ), 'id' => 'status_fusion_faqs', 'default' => '1', 'type' => 'switch', // No need to refresh the page. 'transport' => 'postMessage', ], ], ], ], ]; return $sections; }
保存文件
位置:
home
/
londongranite
/
public_html
/
wp-content
/
themes
/
Avada
/
includes
/
options
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
advanced.php
-rw-r--r--
29.19 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
auth_pages.php
-rw-r--r--
4.96 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
background.php
-rw-r--r--
12.64 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
bbpress.php
-rw-r--r--
2.73 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
blog.php
-rw-r--r--
39.8 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
breadcrumbs.php
-rw-r--r--
10.13 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
colors.php
-rw-r--r--
2.94 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
contact.php
-rw-r--r--
26.04 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
elastic_slider.php
-rw-r--r--
9.46 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
events_calendar.php
-rw-r--r--
19.49 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
extra.php
-rw-r--r--
51.98 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
footer.php
-rw-r--r--
37.55 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
header.php
-rw-r--r--
58.92 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
layout.php
-rw-r--r--
13.27 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
lightbox.php
-rw-r--r--
18.17 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
menu.php
-rw-r--r--
103.65 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
page_title_bar.php
-rw-r--r--
19.41 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
performance.php
-rw-r--r--
38.39 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
portfolio.php
-rw-r--r--
28.57 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
privacy.php
-rw-r--r--
56.96 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
search.php
-rw-r--r--
21.51 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
sidebars.php
-rw-r--r--
29.61 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
slideshows.php
-rw-r--r--
4.74 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
sliding_bar.php
-rw-r--r--
22.12 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
social_media.php
-rw-r--r--
39.34 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
typography.php
-rw-r--r--
50.89 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名
woocommerce.php
-rw-r--r--
53.53 KB
2026-07-29 18:04
编辑
下载
权限
删除
重命名