• I would like to change the title of an existing Dashboard widget that belongs to a plugin. I would like to do this without modifying the plugin itself or the WP core files.

    Any advice how to do this via functions.php?

    Thanks!

Viewing 1 replies (of 1 total)
  • Unless the plugin author thoughtfully left a filter in place to allow you to change the title, your best bet would be to look at using a little jQuery to replace the contents of the widgets title.

    If it’s a translatable plugin, you could create your own language file.

Viewing 1 replies (of 1 total)

The topic ‘Change admin widget title’ is closed to new replies.