Title: Bug in function encryptx(), solution provided here
Last modified: September 1, 2016

---

# Bug in function encryptx(), solution provided here

 *  [Uffe Fey](https://wordpress.org/support/users/wpkonsulent/)
 * (@wpkonsulent)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/bug-in-function-encryptx-solution-provided-here/)
 * For some strange reason, you are doing this in mentioned function:
 * $tmp = explode(“?”, $content);
    $content = $tmp[0];
 * Which effectively splits the content at the first ? character. So if you run 
   your regular page/post content through this function, it will butcher the content.
 * The fix:
 * Comment out those two lines.
 * [https://wordpress.org/plugins/cryptx/](https://wordpress.org/plugins/cryptx/)

The topic ‘Bug in function encryptx(), solution provided here’ is closed to new 
replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [Uffe Fey](https://wordpress.org/support/users/wpkonsulent/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/bug-in-function-encryptx-solution-provided-here/)
 * Status: not resolved