Solved problem with shortcodes between plugin shortcodes
-
To fix shortcode between [cspasswordcode password=”] and [/cspasswordcode] you should change line 106 in
password-content-shortcode/cspassword.php filefrom this:
return $content;to this:
return '' . do_shortcode($content) . '';enjoy!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Solved problem with shortcodes between plugin shortcodes’ is closed to new replies.