wp_extract_url not returning query
-
hey Guyts
I’ve been using wp_extract_urls for a while and it suddenly seems like it not returning the full URL from the post.
$mediaurl = wp_extract_urls( get_the_content() );
the url in the post is : https://www.youtube.com/watch?v=Se1y2R5QRKU
but wp_extract_urls only returns : https://www.youtube.com/watch
- The topic ‘wp_extract_url not returning query’ is closed to new replies.