inboundnow / retired-cta

Create Calls to Action for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own CTA templates and more
http://www.inboundnow.com/cta/
1 stars 3 forks source link

What are these hidden inputs used for? #114

Closed DavidWells closed 9 years ago

DavidWells commented 9 years ago

https://github.com/inboundnow/cta/blob/master/classes/class.metaboxes.wp-call-to-action.php#L723-L727

Reformatting customizer into a single shared class across all components.

What do those hidden inputs do on save?

atwellpub commented 9 years ago

Looks like the open_variation input is used with the template selector: https://github.com/inboundnow/cta/search?utf8=%E2%9C%93&q=open_variation

The other one looks like it's used to store variation status information on a current variation.