get_type() == 'auction' ) ) { return; } $current_user = wp_get_current_user(); $product_id = $product->get_id(); $user_max_bid = $product->get_user_max_bid( $product_id, $current_user->ID ); $max_min_bid_text = $product->get_auction_type() == 'reverse' ? esc_html__( 'Your min bid is', 'wc_simple_auctions' ) : esc_html__( 'Your max bid is', 'wc_simple_auctions' ); ?> is_closed() === false ) and ( $product->is_started() === true ) ) : ?>