Release 2.6.3

May 17, 2024
2 changes

This release fixes some bugs appeared in 2.6 and includes a couple of improvements.

FIX

Bug Fixes & Improvements

- IMPROVE: Resetting/importing/exporting global classes will also include the corresponding Global Class Categories - FIX: The left content tab could return empty when clicking on the corresponding left shortcut - FIX: Switching left tabs shortcuts under 100ms could calculate incorrectly the active Status - FIX: The Form element could produce an empty style tab when…
FIX

New PHP filter to activate the Core Framework integration inside the Variable Picker

After receiving many requests to get the Core Framework integration back inside the Variable Picker, we decided to offer a dedicated PHP filter to activate it back. Paste the following one-line code in the functions.php file of your child theme to activate the Core Framework tab inside the Variable Picker: add_filter( 'at/variable_picker/enable_core_framework', '__return_true' );