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; } } Arizona Governor Announces ‘Operation Desert Guardian’ to Fill Gaps in Border Security – BCI 24 News Network

Arizona Governor Announces ‘Operation Desert Guardian’ to Fill Gaps in Border Security

Arizona Gov. Katie Hobbs has announced the creation of a multi-agency task force to identify and address security vulnerabilities in four counties along the state’s 370-mile southern border.
On Feb. 25, Hobbs signed Executive Order 2025-01, which mandates the Arizona Department of Emergency and Military Affairs, the Arizona Department of Public Safety, and the Arizona Department of Homeland Security to establish a joint task force known as Operation Desert Guardian.
“I’m proud to launch Operation Desert Guardian to combat the cartels, stop drug smuggling and human trafficking, and secure Arizona’s border,” Hobbs, a Democrat, said in a statement.
“My administration has been in contact with the federal government and local sheriffs about the operation, its critical objectives, and our shared commitment to keeping criminals and drugs out of Arizona’s communities.”…