L
L
lexstile2020-07-07 13:05:52
WordPress
lexstile, 2020-07-07 13:05:52

How to change media data for mp3 file?

How can I update these fields for similar post (mp3 file) via wordpress api?
Of particular interest are the last two meta fields.
5f04484f59fb7788978969.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly Kulikov, 2020-07-07
@anatoly_kulikov

It is not entirely clear how these fields were obtained. But the general principle is this - you register a new route in the Rest API, to which you send the id of the entry and the parameters you want to update. The route should call a function to which you pass these parameters, and then use update_post_meta to replace them with a new value.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question