PHP code example of wp-kit / utils
1. Go to this page and download the library: Download wp-kit/utils library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wp-kit / utils example snippets
composer
wp kit vendor:publish
wp kit vendor:publish [--tag=<tag>] [--provider=<provider>] [--force=<force>
OPTIONS
[--tag=<tag>]
One or many tags that have assets you want to publish.
[--provider=<provider>]
The service provider that has assets you want to publish.
[--force=<force>]
Overwrite any existing files.
---
default: false
---