Skip to content

Instantly share code, notes, and snippets.

View chairmanbrando's full-sized avatar
🅱️
🅱🅱🅱🅱🅱🅱🅱

chairmanbrando

🅱️
🅱🅱🅱🅱🅱🅱🅱
View GitHub Profile
@chairmanbrando
chairmanbrando / functions.php
Last active December 20, 2024 08:56
Disable Elementor's AI prompts, links, and buttons
<?php
// For whatever reason, returning `false` isn't good enough. 🤷‍♀️
add_filter('get_user_option_elementor_enable_ai', fn () => '0', PHP_INT_MAX);