How to detect the src of an image inside an array PHP

I am accessing a database in WP. It returns an array. Inside are a few embedded HTML <img> tags. How can I search through the array to find the src of each <img>? and return it?

Related posts

Leave a Reply

1 comment