PATH:
home
/
bkunreyz
/
icnavancouver.ca
/
wp-content
/
themes
/
Divi
/
includes
/
builder
/
module
/
settings
/
migration
<?php class ET_Builder_Module_Settings_Migration_DividerHeight extends ET_Builder_Module_Settings_Migration { public $version = '3.23.4'; public function get_modules() { return array( 'et_pb_divider' ); } public function get_fields() { return array( 'height' => array( 'affected_fields' => array( 'height' => $this->get_modules(), ), ), ); } public function migrate( $field_name, $current_value, $module_slug, $saved_value, $saved_field_name, $attrs, $content, $module_address ) { // We need to sanitize only numeric values return is_numeric( $saved_value ) ? et_sanitize_input_unit( $saved_value, false, 'px' ) : $saved_value; } } return new ET_Builder_Module_Settings_Migration_DividerHeight();
[-] Animation.php
[edit]
[-] ColumnOptions.php
[edit]
[-] FilterOptions.php
[edit]
[-] OptionsHarmony.php
[edit]
[-] BackgroundGradientOverlaysImage.php
[edit]
[-] DividerHeight.php
[edit]
[-] UIImprovements.php
[edit]
[-] FullwidthHeader2.php
[edit]
[-] ContactFormItemOptionsSerialization.php
[edit]
[-] HoverOptions.php
[edit]
[-] DropShadowToBoxShadow.php
[edit]
[-] BorderOptions.php
[edit]
[-] ContactFormUniqueID.php
[edit]
[-] SocialMediaFollowNetworkTwitterToX.php
[edit]
[-] BackgroundUI.php
[edit]
[-] RowZeroGutter.php
[edit]
[-] DiscontinueHtmlEncoding.php
[edit]
[+]
..
[-] RowCustomWidthToSizing.php
[edit]
[-] TeamMemberIconHover.php
[edit]
[-] ShopModuleSlugs.php
[edit]
[-] .htaccess
[edit]
[-] TextAlignment.php
[edit]
[-] InnerShadowToBoxShadow.php
[edit]
[-] FullwidthHeader.php
[edit]
[-] BackgroundGradientStops.php
[edit]
[-] EmailOptinContent.php
[edit]
[-] ShopOrderByDefault.php
[edit]
[-] IconManager.php
[edit]
[-] OptionsHarmony2.php
[edit]
[-] WooTextOG.php
[edit]