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; } } Canada, Mexico Can Avoid Border Tariffs if New Measures Satisfy Trump: Commerce Secretary Lutnick – BCI 24 News Network

Canada, Mexico Can Avoid Border Tariffs if New Measures Satisfy Trump: Commerce Secretary Lutnick

Commerce Secretary Howard Lutnick said Canada and Mexico will be able to avoid 25 percent tariffs if they prove to the U.S. administration they have taken sufficient action on border security and fentanyl, which President Donald Trump said would be difficult to do.
Speaking to reporters during a cabinet meeting on Feb. 26, Lutnick acknowledged that Canada and Mexico have been “working hard on the border.” While Trump had planned to impose 25 percent tariffs on the two countries on Feb. 4, they were able to secure a one-month pause on Feb. 3.
“At the end of that 30 days, they have to prove to the president that they’ve satisfied him to that regard. If they have, then he’ll give them a pause, or he won’t,” Lutnick said….