Accessing Kadence AI for Legacy License Holders
If you are a legacy Kadence license holder, the Kadence AI features may not be visible in your current setup. You can easily unlock Kadence AI by adding a short code snippet to your site.
Follow this step-by-step guide below to activate it.
Step 1: Copy the Code Snippet
Copy the following line of code to your clipboard:
add_filter( 'kadence_starter_templates_disable_ai', '__return_false', 99 );Step 2: Add the Code to Your Site
To safely add this code to your WordPress site, choose one of the methods below:
Option A: Using a Code Snippets Plugin (Recommended)
- Install and activate a plugin like Code Snippets or WPCode.
- Navigate to your WordPress dashboard and go to Snippets → Add New.
- Paste the code into the editor.
- Set the snippet to run Everywhere, then click Save Changes and Activate.
Option B: Using a Child Theme
- Using an FTP client, locate and download your child theme’s function.php file.
- Add the above snippet to the file and save it.
- Upload the file to your web server.
Step 3: Verify Activation
Once the code is active, refresh your WordPress dashboard. Navigate to Site Assist → Starter Templates and you should now see the Kadence AI prompts and setup wizard ready for use.