W6 Visual Composer Addons
Visual Composer Addons
★ 0stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/web6-fr/w6-vc-addons/archive/refs/heads/master.zipReadme
WEB6 Visual Composer Addons
Useful addons for Visual Composer
Development
IDE : Visual Studio Code
Features :
- Wordpress Coding Standards compliance and auto fixing
Install :
Clone project
$ git clone https://github.com/web6-fr/w6-vc-addons.git
Open Folder in VS Code
Install VS Code plugins :
- phpcs
- phpcbf
Install dependencies via composer
$ composer install
Tell PHP Code Sniffer where WordPress Coding standards are located
$ vendor/bin/phpcs --config-set installed_paths ./vendor/wp-coding-standards/wpcs
Todo
- Add a Grunt task to compress images
- Add a Grunt task to manage js files : Concatenation & Minification