Receive the content with the square brackets [] in Divi theme
-
Hi, dprogrammer
Thanks for your plugin, works very nice.
I using your plugin in a Divi theme and I receive the content with the square brackets [] from the Divi shortcodes.
I resolved this issue changing line 310 in your code for the line written below:
Your line 310:
$content = preg_replace( ‘/\[(\/?(‘ . implode( ‘|’, $shotcodes_tags ) . ‘).*?(?=\]))\]/’, ‘ ‘, $content );My line:
$content = preg_replace( ‘/\[(\/?.*?(?=\]))\]/’, ‘ ‘, $content );Could you revise this code?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Receive the content with the square brackets [] in Divi theme’ is closed to new replies.