As the title of this answer say, I want to define a default caption to all uploaded images in my WordPress... Is there a way to do something like this?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
There's really no documentation for it yet, but you'll probably be able to do it hooking to the
It is defined on wp-admin/includes/media.php:
UPDATE: I managed to test it, and it works as is. Just drop it on your functions.php :) |
||||
|
|
