Skip to content

Instantly share code, notes, and snippets.

@chairmanbrando
Created April 22, 2024 23:22
Show Gist options
  • Save chairmanbrando/320f05c066ee44f89d3e1a595526890f to your computer and use it in GitHub Desktop.
Save chairmanbrando/320f05c066ee44f89d3e1a595526890f 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