public static function trash_pending_orders( $limit = 20 ) {
        $option = wc_parse_relative_date_option( get_option( 'woocommerce_trash_pending_orders' ) );

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