Skip to content

Instantly share code, notes, and snippets.

View chairmanbrando's full-sized avatar

chairmanbrando

View GitHub Profile
@chairmanbrando
chairmanbrando / functions.php
Created April 22, 2024 23:22
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');
});