how to wp_get_attachment_image_src
-
I have this now :
$room[‘photo’] is cfs(“custom field suite”) field
wp_get_attachment_image_src( $room[‘photo’], ‘full’ );
And in the custom field I have the image id.
How can I use my image id to display the image ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘how to wp_get_attachment_image_src’ is closed to new replies.