Before making an issue decided to do some debug and as a result found what was the problem. Plain Text field has Allow shortcodes checkbox on Additional field options tab. This was never checked on our site and works well before we updated to 2.7.x branch. After tick this option all started working well. Thanks
Hi, guys.
I am not sure if my issue related to this one, but i have some problem with my ID as well.
I have a POD which has a field type Plain Text. We are using it to hold shortcode which then uses to output some form with do_shortcode function in our template. It worked well(and even continue work after downgrade the plugin to 2.6.11 version), but at some moment in 2.7.x version that field don’t to save value like [newsletter_signup_form id=2] and the problem there is an id=2. If i trying to save [newsletter_signup_form] – all ok. Database postmeta table meta_value field contains that value, but if i add id=2 as a parameter meta_value field in database become empty for some reason