Automattic\WooCommerce\Internal\Admin\Schedulers

CustomersScheduler::get_scheduler_actions()publicWC 1.0

Method of the class: CustomersScheduler{}

No Hooks.

Return

null. Nothing (null).

Usage

$CustomersScheduler = new CustomersScheduler();
$CustomersScheduler->* @return void;

CustomersScheduler::get_scheduler_actions() code WC 8.6.1

* @return void
*/
	public static function delete( $batch_size ) {
		global $wpdb;

		$customer_ids = $wpdb->get_col(