Gravity forms - get shortcode attribute from post content
I have some posts and some of them contain [gravityform]
shortcode with different attribute values.
Say, a post Hello World contains a shortcode [gravityform id="1" title="false" description="false"]
Another post Hello Moon contains shortcode [gravityform description="true" id="23" title="true"]
How can I get the value of id
attribute of that shortcode programmatically?
Topic plugin-gravity-forms regex shortcode Wordpress
Category Web