Skip to content

Instantly share code, notes, and snippets.

@wpt00ls
Created August 12, 2022 04:44
Show Gist options
  • Save wpt00ls/004acea0a06e7194ee4f06586e346a24 to your computer and use it in GitHub Desktop.
Save wpt00ls/004acea0a06e7194ee4f06586e346a24 to your computer and use it in GitHub Desktop.
Strip Slash Filter - Ultimate Carousel For Divi
<?php
// add this to your divi child theme
add_filter(
'uc_carousel_can_strip_slashes',
function ($strip_slashes) {
return false;
},
10,
1
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment