get_id() ); if ( is_array( $histories ) && count( $histories ) > 0 ) : ?>
has_status( 'completed' ) ) : ?>Your subscription will be activated when order status is completed.
get_item( $history->order_item_id ); $order_item_meta = wc_get_order_item_meta( $history->order_item_id, '_subscrpt_meta', true ); $product_name = $order_item->get_name(); $product_link = get_the_permalink( $order_item->get_product_id() ); $post = $history->subscription_id; $cost = get_post_meta( $post, '_subscrpt_price', true ); $order = $order_item->get_order(); $start_date = get_post_meta( $history->subscription_id, '_subscrpt_start_date', true ); $trial_status = null !== $order_item_meta['trial']; ?>