/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/et-pagebuilder
NameSizeModeActions
builder-5.php92030644editdlrm
et-experiment-flags.php45290644editdlrm
et-pagebuilder.php277840644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi/et-pagebuilder/et-pagebuilder.php (27784B)
Legacy Modules Detected: ' . implode( ', ', $et_shortcode_framework_shortcodes_used ) . '" ); } );'; } // Get Divi options. $divi_options = get_option( 'et_divi' ); // If the `et_force_enable_shortcode_framework` option exists, then use it. if ( isset( $divi_options['et_force_enable_shortcode_framework'] ) ) { ?> Option: et_force_enable_shortcode_framework was set to value: ' . ( 'on' === $divi_options['et_force_enable_shortcode_framework'] ? 'true' : 'false' ) . '

" ); } );'; } // Note if ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK, was set and its value if ( defined( 'ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK' ) ) { ?> Constant: ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK was set to value: ' . ( ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK ? 'true' : 'false' ) . '

" ); } );'; } // if ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK_CHANGED_VIA_HOOK, was true if ( defined( 'ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK_CHANGED_VIA_HOOK' ) && ET_SHOULD_LOAD_SHORTCODE_FRAMEWORK_CHANGED_VIA_HOOK ) { ?> Hook: et_should_load_shortcode_framework was used to change the value of $load_shortcode_framework

"); });'; } // Output the CSS to show the admin bar items. if ( !empty( $css ) ) { ?> add_menu( array( 'id' => 'et-builder-shortcode-framework', 'title' => esc_html__( 'Backwards Compatibility Mode Enabled', 'et_builder' ), 'href' => '#', ) ); // lets add submenu items for each shortcode framework message, // We'll hide each menu item with CSS by default, and in the footer, if the shortcode framework was loaded, we'll show the menu item via CSS. $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-loaded', 'title' => __( 'This page is running in backwards compatibility mode because it contains legacy Divi 4 modules. They will continue to function, however, this page won\'t benefit from all of Divi 5\'s performance improvements. This page may still need to be converted, or you may be using modules that aren\'t ready for Divi 5. This notice is for information purposes and is not an error.', 'et_builder' ), 'href' => false, ) ); // Shortcodes used menu item $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-shortcodes-used', 'title' => esc_html__( 'Shortcodes Used', 'et_builder' ), 'href' => false, ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-option', 'title' => esc_html__( 'Shortcode Framework Option', 'et_builder' ), 'href' => false, ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-constant', 'title' => esc_html__( 'Shortcode Framework Constant', 'et_builder' ), 'href' => false, ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-hook', 'title' => esc_html__( 'Shortcode Framework Hook', 'et_builder' ), 'href' => false, ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder', 'id' => 'et-builder-shortcode-framework-constant-value', 'title' => esc_html__( 'Shortcode Framework Constant Value', 'et_builder' ), 'href' => false, ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-migrator', 'title' => esc_html__( 'Visit The Migrator', 'et_builder' ), 'href' => admin_url( 'admin.php?page=et_d5_readiness' ), ) ); $wp_admin_bar->add_menu( array( 'parent' => 'et-builder-shortcode-framework', 'id' => 'et-builder-shortcode-framework-learn-more', 'title' => esc_html__( 'Learn More', 'et_builder' ), 'href' => 'https://help.elegantthemes.com/en/articles/9824521', ) ); } add_action( 'wp_before_admin_bar_render', 'et_builder_add_admin_bar_item' ); /** * Output css to hide admin bar items. */ function et_builder_admin_bar_css() { if ( is_user_logged_in() ) { ?> array_set( $advanced_options, 'max_width.css.width', $selector ); et_()->array_set( $advanced_options, 'max_width.css.max_width', $selector ); et_()->array_set( $advanced_options, 'max_width.options.max_width.default', et_divi_get_content_width() . 'px' ); if ( ! et_divi_is_boxed_layout() ) { return $advanced_options; } $selector = implode( ', ', array( '%%order_class%%', 'body.et_boxed_layout #page-container %%order_class%%.et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l %%order_class%%.et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l %%order_class%%.et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l %%order_class%%.et_pb_row', ) ); et_()->array_set( $advanced_options, 'max_width.css.width', $selector ); et_()->array_set( $advanced_options, 'max_width.css.max_width', $selector ); et_()->array_set( $advanced_options, 'max_width.options.width.default', '90%' ); return $advanced_options; } add_filter( 'et_pb_row_advanced_fields', 'et_divi_maybe_adjust_row_advanced_options_config' ); endif; function et_divi_get_row_advanced_options_selector_replacement() { static $replacement; if ( empty( $replacement ) ) { $post_type = get_post_type(); if ( 'project' !== $post_type ) { // Builder automatically adds `#et-boc` on selector on non official post type; hence // alternative selector wrapper for non official post type if ( et_builder_is_post_type_custom( $post_type ) ) { $replacement = 'body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container %%order_class%%.et_pb_row'; } else { $replacement = 'body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l %%order_class%%.et_pb_row'; } } else { // `project` post type has its own specific selector $replacement = 'body.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l %%order_class%%.et_pb_row'; } } return $replacement; } function et_divi_maybe_adjust_row_advanced_options_selector( $selector ) { if ( ! is_string( $selector ) ) { return $selector; } return str_replace( '%%row_selector%%', et_divi_get_row_advanced_options_selector_replacement(), $selector ); } add_filter( 'et_pb_row_css_selector', 'et_divi_maybe_adjust_row_advanced_options_selector' ); if ( ! function_exists( 'et_divi_maybe_adjust_section_advanced_options_config' ) ): function et_divi_maybe_adjust_section_advanced_options_config( $advanced_options ) { $is_post_type = is_singular( 'post' ) || ( 'et_fb_update_builder_assets' === et_()->array_get( $_POST, 'action' ) && 'post' === et_()->array_get( $_POST, 'et_post_type' ) ); if ( ! $is_post_type ) { $is_tax = is_tag() || is_category() || is_tax(); $is_saving_cache = function_exists( 'et_core_is_saving_builder_modules_cache' ) && et_core_is_saving_builder_modules_cache(); if ( $is_tax && $is_saving_cache ) { // If this is a taxonomy request and builder modules cache is being generated, we have to consider // `is_post_type` true because the same cached data will be also used for regular posts. // This already happens when generating definitions via the AJAX request (see the `et_fb_update_builder_assets` // check in the first conditional) and the reason why, before this patch, VB would always reload // when loaded for a taxonomy after clearing the cache. $is_post_type = true; } } et_()->array_set( $advanced_options, 'max_width.extra.inner.options.max_width.default', et_divi_get_content_width() . 'px' ); if ( et_divi_is_boxed_layout() ) { $selector = implode( ', ', array( '%%order_class%% > .et_pb_row', 'body.et_boxed_layout #page-container %%order_class%% > .et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l %%order_class%% > .et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l %%order_class%% > .et_pb_row', 'body.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l %%order_class%% > .et_pb_row', ) ); et_()->array_set( $advanced_options, 'max_width.extra.inner.options.width.default', '90%' ); et_()->array_set( $advanced_options, 'max_width.extra.inner.css.main', $selector ); } else if ( $is_post_type ) { $selector = implode( ', ', array( '%%order_class%% > .et_pb_row', 'body #page-container .et-db #et-boc .et-l %%order_class%% > .et_pb_row', 'body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l %%order_class%% > .et_pb_row', 'body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l %%order_class%% > .et_pb_row', 'body.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container #et-boc .et-l %%order_class%% > .et_pb_row', ) ); et_()->array_set( $advanced_options, 'max_width.extra.inner.css.main', $selector ); } et_()->array_set( $advanced_options, 'margin_padding.css.main', '%%order_class%%.et_pb_section' ); return $advanced_options; } add_filter( 'et_pb_section_advanced_fields', 'et_divi_maybe_adjust_section_advanced_options_config' ); endif; /** * Modify blog module's advanced options configuration * * @since ?? * * @param array $advanced_options * * @return array */ function et_divi_maybe_adjust_blog_advanced_options_config( $advanced_options ) { // Adding more specific selector for post meta $meta_selectors = et_()->array_get( $advanced_options, 'fonts.meta.css' ); // Main post meta selector if ( isset( $meta_selectors['main'] ) ) { $main_selectors = explode( ', ', $meta_selectors['main'] ); $main_selectors[] = '#left-area %%order_class%% .et_pb_post .post-meta'; $main_selectors[] = '#left-area %%order_class%% .et_pb_post .post-meta a'; et_()->array_set( $advanced_options, 'fonts.meta.css.main', implode( ', ', $main_selectors ) ); } // Hover post meta selector if ( isset( $meta_selectors['hover'] ) ) { $hover_selectors = explode( ', ', $meta_selectors['hover'] ); $hover_selectors[] = '#left-area %%order_class%% .et_pb_post .post-meta:hover'; $hover_selectors[] = '#left-area %%order_class%% .et_pb_post .post-meta:hover a'; $hover_selectors[] = '#left-area %%order_class%% .et_pb_post .post-meta:hover span'; et_()->array_set( $advanced_options, 'fonts.meta.css.hover', implode( ', ', $hover_selectors ) ); } return $advanced_options; } add_filter( 'et_pb_blog_advanced_fields', 'et_divi_maybe_adjust_blog_advanced_options_config' ); /** * Added custom data attribute to builder's section * @param array initial custom data-* attributes for builder's section * @param array section attributes * @param int section order of appearances. zero based * @return array modified custom data-* attributes for builder's section */ function et_divi_section_data_attributes( $attributes, $atts, $num ) { $custom_padding = isset( $atts['custom_padding'] ) ? $atts['custom_padding'] : ''; $custom_padding_tablet = isset( $atts['custom_padding_tablet'] ) ? $atts['custom_padding_tablet'] : ''; $custom_padding_phone = isset( $atts['custom_padding_phone'] ) ? $atts['custom_padding_phone'] : ''; $is_first_section = 0 === $num; $is_transparent_nav = et_divi_is_transparent_primary_nav(); // Custom data-* attributes for transparent primary nav support. // Note: in customizer, the data-* attributes have to be printed for live preview purpose if ( $is_first_section && ( $is_transparent_nav || is_customize_preview() ) ) { if ( '' !== $custom_padding && 4 === count( explode( '|', $custom_padding ) ) ) { $attributes['padding'] = $custom_padding; } if ( '' !== $custom_padding_tablet && 4 === count( explode( '|', $custom_padding_tablet ) ) ) { $attributes['padding-tablet'] = $custom_padding_tablet; } if ( '' !== $custom_padding_phone && 4 === count( explode( '|', $custom_padding_phone ) ) ) { $attributes['padding-phone'] = $custom_padding_phone; } } return $attributes; } add_filter( 'et_pb_section_data_attributes', 'et_divi_section_data_attributes', 10, 3 ); /** * Switch the translation of Visual Builder interface to current user's language * @return void */ if ( ! function_exists( 'et_fb_set_builder_locale' ) ) : function et_fb_set_builder_locale( $locale ) { // apply translations inside VB only if ( empty( $_GET['et_fb'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.NoNonceVerification return $locale; } $user = get_user_locale(); if ( $user === $locale ) { return $locale; } if ( ! function_exists( 'switch_to_locale' ) ) { return $locale; } switch_to_locale( $user ); return $user; } endif; add_filter( 'theme_locale', 'et_fb_set_builder_locale' ); /** * Added custom post class * @param array $classes array of post classes * @param array $class array of additional post classes * @param int $post_id post ID * @return array modified array of post classes */ function et_pb_post_class( $classes, $class, $post_id ) { global $post; // Added specific class name if curent post uses comment module. Use global $post->post_content // instead of get_the_content() to retrieve the post's unparsed shortcode content if ( is_single() && has_shortcode( $post->post_content, 'et_pb_comments' ) ) { $classes[] = 'et_pb_no_comments_section'; } return $classes; } add_filter( 'post_class', 'et_pb_post_class', 10, 3 );