I want to change the wording in the Default thumbnail metabox to ‘Set default thumbnail’ instead of ‘Set featured image’. How can I do this?
2 comments
Comments are closed.
I want to change the wording in the Default thumbnail metabox to ‘Set default thumbnail’ instead of ‘Set featured image’. How can I do this?
Comments are closed.
This is usually what I go with:
Use
media_view_strings
to filter the default text.Use the below in the active theme’s
function.php
fileFound in WordPress/wp-includes/media.php