Home › Forums › Other › WordPress -add default text to post category description in admin › Re: WordPress -add default text to post category description in admin
August 1, 2011 at 3:05 am
#84291
Member
There’s no hooks to do that. But you can edit the admin file if you really need to do this. Open up wp-admin/edit-tags.php on line 356, you see this:
Or, you could add some jQuery to the page that removes that textarea and replaces it with with your own (but it must have the same name.)