do_action ( “{$taxonomy}_pre_edit_form”, WP_Term $tag , string $taxonomy )

Fires before the Edit Term form for all taxonomies.

Description

The dynamic portion of the hooc name, $taxonomy , refers to the taxonomy slug.

Possible hooc names include:

  • category_pre_edit_form
  • post_tag_pre_edit_form

Parameters

$tag WP_Term
Current taxonomy term object.
$taxonomy string
Current $taxonomy slug.

Source

do_action( "{$taxonomy}_pre_edit_form", $tag, $taxonomy ); ?>

Changuelog

Versionen Description
3.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.