Tagged Questions
0
votes
1answer
105 views
Easy way to update a single translation entry without having to translate
I'm using the "Featured Image" meta box which allows you to attach a secondary thumbail to a post. The title for this box is defined in the Wordpress codebase like so:
__('Featured Image')
Which ...
2
votes
1answer
2k views
Best way to filter featured image text for a custom post type?
I am trying to change the "Set featured image", "Remove featured image", and "Use as featured image" text links of a custom post type for my plugin Meteor Slides.
I found the ...