Created
August 16, 2020 19:40
-
-
Save hellofromtonya/a297a462b35fbaca61dc83144a37c3e6 to your computer and use it in GitHub Desktop.
Making Debug Toolkit plugin a must-use.
This file contains hidden or 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
<?php | |
require_once __DIR__ . '/debug-toolkit/debug-toolkit.php'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debug Toolkit plugin as a must-use ensures that the functionality is available before your plugins load.
wp-content/mu-plugins/
folder.wp-content/mu-plugins/mu_autoloader.php
.Bam, you're ready to use the Debug Toolkit. To learn more, checkout the plugin in the WordPress Plugin Repo.