analogwp / analogwp-templates

Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
https://analogwp.com
27 stars 7 forks source link

Ensure Quick edit action are compatible after Kit migration #311

Closed mauryaratan closed 4 years ago

mauryaratan commented 4 years ago

Style Kits store data in _tokens_data meta key for ang_tokens post type. During Quick/Bulk edit actions we use these keys to update data.

Since the migration to Kits (#281), this data has been migrated to Elementor's _elementor_page_settings meta. Need to make changes to use _elementor_page_settings key instead.