Automattic\WooCommerce\Internal\Logging
OrderLogsDeletionProcessor::get_description
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() OrderLogsDeletionProcessor::get description code WC 10.8.1
public function get_description(): string {
return 'Deletes debug logs of completed orders.';
}