public static function trash_cancelled_orders( $limit = 20 ) {
        $option = wc_parse_relative_date_option( get_option( 'woocommerce_trash_cancelled_orders' ) );

        if ( empty( $option['number'] ) ) {
            return 0;