Answers for "wordpress get attachment id by url"

PHP
0

wordpress get post attachments url

echo	$feat_image_url = wp_get_attachment_url( get_post_thumbnail_id() );
Posted by: Guest on July-14-2021
0

get id by url wordpress

// https://developer.wordpress.org/reference/functions/url_to_postid/
url_to_postid( string $url )
Posted by: Guest on April-09-2021

Code answers related to "wordpress get attachment id by url"

Browse Popular Code Answers by Language