how to change names of elements in wordpress admin panel? For example change “Posts” on “Products”, with all forms, existing anywhere. I know, that when I create my own taxonomy, I can set all the forms of it’s name. May be I can make something like that for general names of entities like Posts and Pages?
Leave a Reply
You must be logged in to post a comment.
You can change the name in the
init
action hook, like so:To change the Menu Label though you gotta use a separate hook:
admin_menu