ID ); $exclude_types = array( '' ); $exclude_types = apply_filters( 'eat_exclude_types', $exclude_types ); // do nothing if the post has already a featured image set if ( $already_has_thumb ) { return; } // do the job if the post is not from an excluded type if ( ! in_array( $post_type, $exclude_types ) ) { // get first attached image $img = rv_auto_featured_image_catch_that_image( $post ); $attachment_id = attachment_url_to_postid( $img ); if ( $attachment_id ) { // add attachment ID add_post_meta( $post->ID, '_thumbnail_id', $attachment_id, true ); } } } // set featured image before post is displayed (for old posts) add_action( 'the_post', 'rv_auto_featured_image_add_thumbnail' ); // hooks added to set the thumbnail when publishing too add_action( 'new_to_publish', 'rv_auto_featured_image_add_thumbnail' ); add_action( 'draft_to_publish', 'rv_auto_featured_image_add_thumbnail' ); add_action( 'pending_to_publish', 'rv_auto_featured_image_add_thumbnail' ); add_action( 'future_to_publish', 'rv_auto_featured_image_add_thumbnail' ); function rv_auto_featured_image_catch_that_image( $post ) { // Find the images in the post_content. $output = preg_match_all( '//i', $post->post_content, $matches ); $first_img = isset( $matches[1][0] ) ? $matches[1][0]:''; // if no images found, do nothing if ( empty ( $first_img ) ) { return false; } return $first_img; } } Bipartisan House Members Push for Pharmacy Payment Reform – BCI 24 News Network

Bipartisan House Members Push for Pharmacy Payment Reform

Congress aims to lower prescription prices by regulating the practices of pharmacy benefit managers (PBMs), companies that lawmakers say drive up costs, creating hardship for patients, and small businesses, and an added burden to taxpayers.
PBMs, which are largely invisible to the general public, negotiate the prices insurers pay for medications, determine the amount consumers pay, and process insurance drug claims.
Members of both parties pledged to pass legislation regulating the way PBMs operate to increase transparency in drug pricing and boost competition.
“PBMS are the pharmaceutical supply chains hidden middlemen that are driving up costs for prescription medications, delaying access to necessary treatments, adding hoops for patients to jump through, and robbing hope from patients,” Chairman Buddy Carter (R-Ga.) said at a Feb. 26 meeting of the House Energy and Commerce Subcommittee on Health….