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
"files.exclude": { | |
// core directories | |
"wp-admin/": true, | |
"wp-includes/": true, | |
"wp-content/plugins/index.php": true, | |
// set to true to hide all plugins | |
"wp-content/plugins/": false, | |
// add individual plugins to hide here | |
"wp-content/plugins/advanced-custom-fields-pro": true, |