D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
public_html
/
rambut.bf1.my
/
wp-content
/
plugins
/
siteground-migrator
/
core
/
Cli
/
Filename :
Cli.php
back
Copy
<?php namespace SiteGround_Migrator\Cli; /** * SG Migrator Cli plugin class. */ class Cli { /** * Register the CLI Commands. * * @since @version */ public function register_commands() { \WP_CLI::add_command( 'migrator start', 'SiteGround_Migrator\Cli\Cli_Migrator' ); } }