Are you not using Divi’s “Projects” post type, but it’s still cluttering your admin area?
Just deactivate the Divi Projects post type to remove it.
Here’s a code snippet to do so (don’t include the leading <?php part; it just enables syntax highlighting).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you have any projects already entered, you won’t lose that data. Commenting out the “add_action” line will re-enable the post type, and your data will still be there.
How to disable Divi’s Project post type
Are you not using Divi’s “Projects” post type, but it’s still cluttering your admin area?
Just deactivate the Divi Projects post type to remove it.
Here’s a code snippet to do so (don’t include the leading <?php part; it just enables syntax highlighting).
If you have any projects already entered, you won’t lose that data. Commenting out the “add_action” line will re-enable the post type, and your data will still be there.
If you’re unsure how to add code snippets like this to your own site, try the free Code Snippets plugin. Otherwise, you may hire us or other WordPress experts.
Any troubles? Learn more about Divi and feel free to contact their excellent support.
The content provided here is free. When you sign up or buy through links on our site, we may earn an affiliate commission.