zwraca wszystkie adresy URL z podanego tekstu

PHOTO EMBED

Tue Mar 29 2022 10:05:38 GMT+0000 (Coordinated Universal Time)

Saved by @rafalw

$urle = wp_extract_urls(get_the_content());
if($urle) {
    echo '<a href="'.esc_url(end($urle)).'">Ostatni link z wpisu</a>';
}
content_copyCOPY

https://wpzen.pl/21-ciekawych-funkcji-ukrytych-w-wordpressie/