__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Imagely\NGG\WPCLI;
class Manager {
public static function register() {
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg album', '\Imagely\NGG\WPCLI\Album' );
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg cache', '\Imagely\NGG\WPCLI\Cache' );
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg gallery', '\Imagely\NGG\WPCLI\Gallery' );
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg image', '\Imagely\NGG\WPCLI\Image' );
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg notifications', '\Imagely\NGG\WPCLI\Notifications' );
/** @noinspection PhpUndefinedClassInspection */
\WP_CLI::add_command( 'ngg settings', '\Imagely\NGG\WPCLI\Settings' );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Album.php | File | 6.88 KB | 0644 |
|
| Cache.php | File | 399 B | 0644 |
|
| Gallery.php | File | 3.7 KB | 0644 |
|
| Image.php | File | 1.94 KB | 0644 |
|
| Manager.php | File | 835 B | 0644 |
|
| Notifications.php | File | 499 B | 0644 |
|
| Settings.php | File | 2.83 KB | 0644 |
|