Hey guys,
I’m new here!
I’m sure you’ve heard of the Divi AI feature just released. It’s awesome but sometimes, though, you might want to disable it for a few reasons.
Anybody here knows how to disable it completely?
TIA.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may use CSS to disable it. However, if you wish to disable Divi AI on both the frontend and backend, you may use the following code to be added to your “mu-plugin” folder.
To implement your custom plugin as a Must Use plugin (mu-plugin) in WordPress, you need to follow these steps:
wp-content
directory. If themu-plugins
directory does not exist, create one.mu-plugins
directory. You can name it something related to your plugin, such asdisable-divi-ai-function.php
.Here is your code for reference:
aldinlapinig
You’re awesome! Your solution worked like a charm. It’s people like you that make this community so great. Keep on being the rockstar that you are!
Awesome stuff aldinlapinig! Thanks for sharing
Been looking for this solution everywhere. Even from ET support and they could not even provide this code for us looking for this quick solution. 🙁 Thanks for sharing this. Worked for me.