PHP code example of theseoframework / wpcs-tsf
1. Go to this page and download the library: Download theseoframework/wpcs-tsf 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/ */
theseoframework / wpcs-tsf example snippets
JSON
{
"php.validate.executablePath": "C:\\your-php-installation-folder\\php.exe",
"phpcs.executablePath": "C:\\the-folder-you-ran-composer-for-this-project\\wpcs-tsf\\vendor\\bin\\phpcs.bat",
"phpcs.standard": "TSF",
"phpcs.errorSeverity": 1,
"phpcs.warningSeverity": 1,
}