Help Docs Software Kadence Kadence Legacy Accessing Kadence AI for Legacy License Holders

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)

  1. Install and activate a plugin like Code Snippets or WPCode.
  2. Navigate to your WordPress dashboard and go to Snippets → Add New.
  3. Paste the code into the editor.
  4. Set the snippet to run Everywhere, then click Save Changes and Activate.

Option B: Using a Child Theme

  1. Using an FTP client, locate and download your child theme’s function.php file.
  2. Add the above snippet to the file and save it.
  3. 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.

Was this article helpful?