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; } } Transportation Secretary Unveils Plan to Boost Hiring of Air Traffic Controllers – BCI 24 News Network

Transportation Secretary Unveils Plan to Boost Hiring of Air Traffic Controllers

Transportation Secretary Sean Duffy on Feb. 27 unveiled a plan to speed up the hiring of new air traffic controllers to address a staffing shortage after a series of airline incidents.
Prospective hires now only need to go through five steps in the hiring process instead of eight, Duffy said. That will cut more than four months off the previous process, according to the Department of Transportation.
The federal government is also raising starting salaries by 30 percent for candidates who attend the Federal Aviation Administration (FAA) Academy at the Mike Monroney Aeronautical Center in Oklahoma City, Oklahoma.
The window to hire new air traffic controllers opened on Thursday and will stay open until March 17, officials said….