Added "type": "wordpress-plugin" to composer.json so that hosts may define a custom path for CMB installation
Resolves N/A
I have:
[ x ] Run WordPress VIP PHPCS check and code parses without errors
[ x ] Added any new PHPUnit tests
[ x ] Run PHPUnit and all tests are passing after adding any necessary new tests
[ x ] Tested feature/bugfix on single and multisite install
--
A small change, but one that we have needed on a few occasions, and that is to specify where CMB is installed, especially when including it in the inc or library folder of another plugin.
Added
"type": "wordpress-plugin"
tocomposer.json
so that hosts may define a custom path for CMB installationResolves N/A
I have:
--
A small change, but one that we have needed on a few occasions, and that is to specify where CMB is installed, especially when including it in the
inc
orlibrary
folder of another plugin.