Enable Core Framework integration inside the Variable Picker

June 19, 2024

Since version 2.6 of Advanced Themer, the variable picker has been completely redesigned, and the Core Framework integration has been deprecated as the team introduced their own variable picker.

However, many community members were accustomed to the old system and requested its return.

Good news: there’s an easy way to bring it back!

Open the functions.php file of your child theme

Inside the Admin dashboard or WordPress, navigate to Appearance > Theme File Editor:

Make sure to select your child theme inside the top-right dropdown and click on the functions.php file listed inside your theme root folder.

Paste the filter code

Inside the functions.php file, insert this code:

add_filter( 'at/variable_picker/enable_core_framework', '__return_true' );

And click on the Update File button.

Once saved, you should now see the Core Framework tab inside the variable picker: