Put this on your wp-config.php
/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
Put this on your wp-config.php
/* That's all, stop editing! Happy blogging. */
define('FS_METHOD', 'direct');
### FOR UBUNTU | |
### PHPCS | |
composer global require "squizlabs/php_codesniffer=*" | |
# Add to your .bash_profile | |
export PATH=$PATH:~/.composer/vendor/bin | |
#### WordPress Coding Standards | |
composer global require "wp-coding-standards/wpcs" |