[wp-hackers] Admin section / (Article) Categories

Otto otto at ottodestruct.com
Wed Feb 24 16:29:47 UTC 2010


3.0 has the category_add_form action which you can use.

In 2.9, on the wp-admin/categories.php page, the edit_category_form
action happens right after the submit button on the add category form.
You can add extra fields there with that hook, if you like.

-Otto
Sent from Memphis, TN, United States



On Wed, Feb 24, 2010 at 10:10 AM, Sofija <sosingus at yahoo.com> wrote:
> Hi everyone,
>
> I have a suggestion. I started out developing an plugin for WP that allows specific kind of article categories. Now, it is possible to add-in some custom fields in edit category page using edit_category_form_fields action but there is no such action to use when adding category. I've added one (add_category_form_fields) on my own, but It would be nice if I could replace that with the one coming from WP as there would be no trouble merging with new versions.
>


More information about the wp-hackers mailing list