golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/cli
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
base.php
280 B
Del
OK
element-i18n-command.php
14.84 KB
Del
OK
Edit: base.php
<?php namespace Breakdance\CLI; // Only load WP-CLI commands when WP-CLI is available if ( ! defined( 'WP_CLI' ) || ! WP_CLI ) { return; } require_once __DIR__ . '/element-i18n-command.php'; \WP_CLI::add_command( 'breakdance i18n', 'Breakdance\CLI\ElementI18nCommand' );
Save