K
K
kriitmen2017-06-02 10:42:04
CMS
kriitmen, 2017-06-02 10:42:04

How to get the id of a media file in wordpress?

Is it possible to get the id from the array using the get_attached_media() function?
Are there other ways?
I need the id of all media files (pictures, documents)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Peterson, 2017-06-02
@kriitmen

$media = get_attached_media();
foreach($media as $item){
echo $item->ID;
}

probably so

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question