Skip to content

Instantly share code, notes, and snippets.

@dexit
Forked from chairmanbrando/functions.php
Created June 12, 2024 19:17
Show Gist options
  • Save dexit/be85c0673eea390d741d5dfad55d01ee to your computer and use it in GitHub Desktop.
Save dexit/be85c0673eea390d741d5dfad55d01ee to your computer and use it in GitHub Desktop.
Remove Elementor's AI prompts, link, and buttons
<?php
add_action('elementor/editor/after_enqueue_scripts', function () {
wp_dequeue_script('elementor-ai');
wp_dequeue_script('elementor-ai-layout');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment