X7ROOT File Manager
Current Path:
/home/okeydcqc/okagallery.com/wp-content/plugins/nextgen-gallery/src/WPCLI
home
/
okeydcqc
/
okagallery.com
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
WPCLI
/
ðŸ“
..
📄
Album.php
(6.88 KB)
📄
Cache.php
(399 B)
📄
Gallery.php
(3.7 KB)
📄
Image.php
(1.94 KB)
📄
Manager.php
(835 B)
📄
Notifications.php
(499 B)
📄
Settings.php
(2.83 KB)
Editing: Manager.php
<?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' ); } }
Upload File
Create Folder