PHP Classes

File: vendor/wp-cli/wp-cli/php/commands/help.php

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-cli/wp-cli/php/commands/help.php   Download  
File: vendor/wp-cli/wp-cli/php/commands/help.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 27 days ago
Size: 148 bytes
 

Contents

Class file image Download
<?php

if ( ! class_exists( 'Help_Command' ) ) {
    require_once
__DIR__ . '/src/Help_Command.php';
}

WP_CLI::add_command( 'help', 'Help_Command' );