adding taxonomy edit form fields
-
I’m trying to add a new field or two to the taxonomy edit screen for one of my custom taxonomies (portfolio-project-type). I found the hooks for ${taxonomy}_edit_form_fields and edited_${taxonomy} and my action functions are getting called, and my fields are properly getting added.
However, my update function is getting called but not working. I think I have it tracked down, but not sure why it’s not working.
According to wp-includes/taxonomy.php, it sure looks like I should be getting both the term_id and term_taxonomy_id passed to my function, yet term_taxonomy_id is blank in my function.
Any ideas what I might be doing wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘adding taxonomy edit form fields’ is closed to new replies.