PHP code example of lightscale / migrator-config-wordpress
1. Go to this page and download the library: Download lightscale/migrator-config-wordpress 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/ */
lightscale / migrator-config-wordpress example snippets
php
use Lightscale\Migrator\Config\Wordpress;
$config = new Wordpress('textdomain', __DIR__);
return $config->config();