Version Where does WP Godmode write code?
By default, WP Godmode keeps custom code clean and isolated in dedicated WP Godmode Projects. These are self-contained folders inside the main wp-content/gm-projects folder β easy to find, easy to disable, easy to delete β and they never touch your theme or WordPress core.
But you are not locked in. You can instruct WP Godmode to write code wherever it makes sense for the job:
- A child theme’s
functions.php - A snippet plugin (Code Snippets, WPCode, etc.)
- An existing custom plugin you already maintain
- A brand-new plugin or theme you ask WP Godmode to scaffold
You decide the destination; WP Godmode follows the conventions of the location.