Elementor
…$content ) { if ( preg_match_all( ‘/data-settings=”(.*?)”[ >]/’, $content, $matches ) ) { $source = array(); $replace = array(); foreach ( $matches[1] as $match ) { $source[] = $match; $replace[] = str_replace( ‘”‘, ‘”‘, $match ); } $content = str_replace( $source, $replace, $content ); } return $content; } ); Conditional…
Read more Elementor 4 Comments on Elementor