Automattic\WooCommerce\Internal\Logging

OrderLogsDeletionProcessor::get_descriptionpublicWC 1.0

Get a description of the processor.

Method of the class: OrderLogsDeletionProcessor{}

No Hooks.

Returns

String.

Usage

$OrderLogsDeletionProcessor = new OrderLogsDeletionProcessor();
$OrderLogsDeletionProcessor->get_description(): string;

OrderLogsDeletionProcessor::get_description() code WC 10.8.1

public function get_description(): string {
	return 'Deletes debug logs of completed orders.';
}