widget-command/command.php
2016-08-26 06:13:19 -07:00

6 lines
170 B
PHP

<?php
if ( class_exists( 'WP_CLI' ) ) {
require_once dirname( __FILE__ ) . '/inc/class-command.php';
WP_CLI::add_command( 'profile', 'runcommand\Profile\Command' );
}