Automattic\WooCommerce\DataBase\Migrations\CustomOrderTable
CLIRunner::log_production_warning()
Helper method to log warning that feature is not yet production ready.
Метод класса: CLIRunner{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
// private - только в коде основоного (родительского) класса $result = $this->log_production_warning();
Код CLIRunner::log_production_warning() CLIRunner::log production warning WC 7.7.2
private function log_production_warning() { WP_CLI::log( __( 'This feature is not production ready yet. Make sure you are not running these commands in your production environment.', 'woocommerce' ) ); }