Title: Latest version doesn&#8217;t parse shortcodes
Last modified: December 23, 2023

---

# Latest version doesn’t parse shortcodes

 *  Resolved [pixtweaks](https://wordpress.org/support/users/pixtweaks/)
 * (@pixtweaks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/)
 * Hi, after the last update, it stopped parsing shortcodes inside the highlighted
   area
   I had this:[text]<br />[cf_quic_cloud_ips]<br />[/text]it showed only `[
   cf_quic_cloud_ips]` instead of the content of the shortcode. After rollback to
   the previous version, it works fine. Can you please reverse this please?Thank
   you!

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Jay](https://wordpress.org/support/users/bluejay77/)
 * (@bluejay77)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17306043)
 * Hey [@pixtweaks](https://wordpress.org/support/users/pixtweaks/),
 * Are you using the block editor? If so, could you try using the Syntax block instead
   to see if the same issue persists?
 *  Thread Starter [pixtweaks](https://wordpress.org/support/users/pixtweaks/)
 * (@pixtweaks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17306049)
 * Hello [@bluejay77](https://wordpress.org/support/users/bluejay77/)
 * I use classic editor
 *  Plugin Support [Jay](https://wordpress.org/support/users/bluejay77/)
 * (@bluejay77)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17306269)
 * Hi [@pixtweaks](https://wordpress.org/support/users/pixtweaks/),
 * > Hi, after the last update, it stopped parsing shortcodes inside the highlighted
   > area
   > I had this:[text]&lt;br /&gt;[cf_quic_cloud_ips]&lt;br /&gt;[/text]
   > it showed only `[cf_quic_cloud_ips]` instead of the content of the shortcode.
 * I looked into this issue, and this is actually the intended behavior after we
   pushed a fix for the bug that parsed nested shortcode, as noted here:
 * [https://github.com/Automattic/syntaxhighlighter/issues/32](https://github.com/Automattic/syntaxhighlighter/issues/32)
 * You may add the below snippet to roll back this feature while remaining on the
   latest SyntaxHighlighter version.
 *     ```wp-block-code
       add_filter( 'syntaxhighlighter_htmlresult', function( $content ) {
       	return str_replace('[', '[', $content);
       });
       ```
   
 * We recommend using plugins like Code Snippets to add filters to your site: [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 *  [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/)
 * (@fjorgemota)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17306561)
 * Hello [@pixtweaks](https://wordpress.org/support/users/pixtweaks/)!
 * I just noticed that the snippet shared by [@bluejay77](https://wordpress.org/support/users/bluejay77/)
   appeared weird in the browser, as it involves HTML entities. Here’s the snippet
   you should use: [https://gist.githubusercontent.com/fjorgemota/8d8ad57079d15b278dcc8a1253b894f6/raw/6f35255bbaf0d73d13c4f12157c0bc0207ddbfb2/snippet.php](https://gist.githubusercontent.com/fjorgemota/8d8ad57079d15b278dcc8a1253b894f6/raw/6f35255bbaf0d73d13c4f12157c0bc0207ddbfb2/snippet.php)
 * The rest of her comment still applies. =)
    -  This reply was modified 2 years, 5 months ago by [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/).
    -  This reply was modified 2 years, 5 months ago by [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/).
    -  This reply was modified 2 years, 5 months ago by [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/).
    -  This reply was modified 2 years, 5 months ago by [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/).
    -  This reply was modified 2 years, 5 months ago by [Fernando Jorge Mota](https://wordpress.org/support/users/fjorgemota/).
 *  Thread Starter [pixtweaks](https://wordpress.org/support/users/pixtweaks/)
 * (@pixtweaks)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17307091)
 * Thank you, [@fjorgemota](https://wordpress.org/support/users/fjorgemota/) snippet
   works!
 *  Plugin Support [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * (@erania-pinnera)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17312230)
 * Hey [@pixtweaks](https://wordpress.org/support/users/pixtweaks/),
 * YAY! Thanks for letting us know about that 🙂
 * I’m going to mark this thread as solved. If you have any further questions or
   need more help, you’re welcome to open another thread here. Cheers!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Latest version doesn’t parse shortcodes’ is closed to new replies.

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

 * 6 replies
 * 4 participants
 * Last reply from: [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/latest-version-doesnt-parse-shortcodes/#post-17312230)
 * Status: resolved