Title: Parse shortcodes option
Last modified: June 30, 2019

---

# Parse shortcodes option

 *  Resolved [luciche](https://wordpress.org/support/users/luciche/)
 * (@luciche)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/parse-shortcodes-option/)
 * Hi, how can we use this new option:
    Add option to parse shortcodes ? Thanks

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

 *  Plugin Author [rtowebsites](https://wordpress.org/support/users/rtowebsites/)
 * (@rtowebsites)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/parse-shortcodes-option/#post-11687651)
 * Hi [@luciche](https://wordpress.org/support/users/luciche/),
 * the second last option before “Debug-Mode” should be the “Parse shortcodes” option.
 * hen activated, it parses shortcodes inside dynamic tags (like in acf fields) 
   before compare the value with your conditional value.
 * We mark this issue as resolved, if u need any further help, you can just rewrite
   here.
 *  Thread Starter [luciche](https://wordpress.org/support/users/luciche/)
 * (@luciche)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/parse-shortcodes-option/#post-11688214)
 * Can you please give me an example on how to use this?
    Thank you
 *  Plugin Author [rtowebsites](https://wordpress.org/support/users/rtowebsites/)
 * (@rtowebsites)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/parse-shortcodes-option/#post-11688589)
 * you can create an acf text field with a shortcode inside something like “[gallery
   id=123 size="medium"]“.
 * Dynamic condition will interpret this as string, since shortcode do not get parsed
   before conditions get checked (in some fields they get parsed).
 * If u activate “Parse shortcodes” they will get parsed and u can check for something
   like is a class inside the rendered html with “contain” -> “gallery-class”
 * So you can now use Plugins that deliver just shortcodes with the shortcode widget
   or any other and build conditional logic on top of it.
 * An example could be something like a shortcode that adds a span with a class 
   and flag for geo location. u can check if the class flag-us is set and deliver
   content for just us users.
    -  This reply was modified 6 years, 11 months ago by [rtowebsites](https://wordpress.org/support/users/rtowebsites/).

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

The topic ‘Parse shortcodes option’ is closed to new replies.

 * ![](https://ps.w.org/dynamicconditions/assets/icon-256x256.jpg?rev=1969812)
 * [Dynamic Conditions](https://wordpress.org/plugins/dynamicconditions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dynamicconditions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dynamicconditions/)
 * [Active Topics](https://wordpress.org/support/plugin/dynamicconditions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dynamicconditions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dynamicconditions/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [rtowebsites](https://wordpress.org/support/users/rtowebsites/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/parse-shortcodes-option/#post-11688589)
 * Status: resolved