You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$saved_html = $html;
// Build the string to search for
$search = $options['opening_ident'] . $options['keyword_ident'] . $full_suffix . $options['closing_ident'];
// Build the string of code to replace with
//BUG!: Adds spaces to front and back
//$replace = ce_generate_code( $html, $responsive, $max_width, $options['debug'] );
$replace = $saved_html;
The text was updated successfully, but these errors were encountered:
Work around starts at add-embeds.php line 96
The text was updated successfully, but these errors were encountered: