Skip to content
Advertisement

Updating meta value for specific ids

I am updating post meta with this

JavaScript

How can I add this metakey and metavalue not only to post ID 3100, but several other IDs?

Advertisement

Answer

You can define array of post ids and then you can iterate loop of ids. Try the below code.

JavaScript

Update as per OP comment.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement