function set_featured_image_from_content( $post_id ) { if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) return; if ( wp_is_post_revision( $post_id ) ) return; if ( has_post_thumbnail( $post_id ) ) return; $content = get_post_field( 'post_content', $post_id ); if ( ! $content ) return; $image_id = null; // Cerca immagini nel blocco galleria if ( preg_match_all( '/"id":(\d+)/', $content, $gallery_matches ) ) { foreach ( $gallery_matches[1] as $id ) { if ( wp_attachment_is_image( $id ) ) { $image_id = $id; break; } } } // Se non trovata in galleria, cerca immagini singole nel contenuto if ( ! $image_id ) { if ( preg_match_all( '/]+wp-image-(\d+)[^>]*>/i', $content, $img_matches ) ) { foreach ( $img_matches[1] as $id ) { if ( wp_attachment_is_image( $id ) ) { $image_id = $id; break; } } } } // Se non trovata, cerca per URL if ( ! $image_id ) { if ( preg_match_all( '/]+src=[\'"]([^\'"]+)[\'"][^>]*>/i', $content, $url_matches ) ) { foreach ( $url_matches[1] as $url ) { $id = attachment_url_to_postid( $url ); if ( $id ) { $image_id = $id; break; } } } } // Se trovata imposta come immagine in evidenza if ( $image_id ) { set_post_thumbnail( $post_id, $image_id ); return; } // Fallback casuale $fallback_ids = array( 45835, 45834, 45833, 45831, 45832 ); $random_id = $fallback_ids[ array_rand( $fallback_ids ) ]; set_post_thumbnail( $post_id, $random_id ); } add_action( 'save_post_post', 'set_featured_image_from_content', 10, 1 );
Skip to content Skip to sidebar Skip to footer

GRAN CRITERIUM A TREVISO

Tutti partenti i 12 finalisti del Gran Criterium in programma al Sant’Artemio di Treviso lunedì 8 dicembre. L’unica novità è costituita dal debutto di Thor Lux con i colori della scuderia Bellosguardo e con la guida di Giuseppe Lombardo.
Ecco il campo (165.000 euro m t.1600):
Telecomando Ok (E. Bellei)
2. Tony Gio (M. Baroncini)
3. Theodor Grif (M. Smorgon)
4. Tantalio (X)
5. Today Winner Font (V.P. Dell’Annunziata)
6. Tresor Zs (A. Farolfi)
7. Thor Lux (G. Lombardo)
8. Tiffany Dany (Gp. Minnucci)
9. Trade Wise (T. De Lorenzo)
10. Tommy dei Ronchi (R. Vecchone)
11. Taylor Roc (M. Racca)
12. Terry Caf (B. Lo Verde)

Rispondi

Scopri di più da Ippodromo di Vinovo

Abbonati ora per continuare a leggere e avere accesso all'archivio completo.

Continua a leggere