add_tag_form_fields, $taxonomy
add_tag_form_fields, $taxonomy
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('add_tag_form_fields, $taxonomy') is found 1 times:
- /wp-admin/edit-tags.php line 536
* @since 3.0.0 * * @param string $taxonomy The taxonomy slug. */ do_action( 'add_tag_form_fields', $taxonomy ); } /** * Fires after the Add Term form fields. * * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.