How to get link image by get_comments
-
How can I get a link to an image that’s embedded in a comment by getting a list of comments?
<?php $comments = get_comments($param) ?> <?php foreach($comments as $comment): ?> echo $comment->url_file ??? <?php endforeach; ?>
Thank everyone!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get link image by get_comments’ is closed to new replies.