Title: Solved problem with shortcodes between plugin shortcodes
Last modified: August 21, 2016

---

# Solved problem with shortcodes between plugin shortcodes

 *  [Gosku](https://wordpress.org/support/users/gosku/)
 * (@gosku)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/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 file
 *  from this:
    `return $content;`
 *  to this:
    `return '' . do_shortcode($content) . '';`
 * enjoy!
 * [https://wordpress.org/plugins/password-content-shortcode/](https://wordpress.org/plugins/password-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  [Kramarz](https://wordpress.org/support/users/kramarz/)
 * (@kramarz)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/solved-problem-with-shortcodes-between-plugin-shortcodes/#post-4743918)
 * Confirming that the fix works 🙂
    Thanks Gosku!
 * Would be nice for plugin author to add it to the plugin though for future uploads/
   updates.

Viewing 1 replies (of 1 total)

The topic ‘Solved problem with shortcodes between plugin shortcodes’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/password-content-shortcode.svg)
 * [Password Content ShortCode](https://wordpress.org/plugins/password-content-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/password-content-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/password-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/password-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/password-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/password-content-shortcode/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kramarz](https://wordpress.org/support/users/kramarz/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/solved-problem-with-shortcodes-between-plugin-shortcodes/#post-4743918)
 * Status: not a support question