Filter hook 'the_category'

in WP Core File wp-admin/edit-tags.php at line 630

Description

Fires at the end of the Add Term form for all taxonomies. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `category_add_form` - `post_tag_add_form`

Occurrences

Filename Line Number
wp-admin/edit-tags.php 630
wp-admin/includes/class-walker-category-checklist.php 108
wp-admin/includes/class-walker-category-checklist.php 118
wp-admin/includes/template.php 250
wp-admin/includes/template.php 298
wp-includes/category-template.php 146
wp-includes/category-template.php 162
wp-includes/category-template.php 230

Parameters

Type Name Description
string $taxonomy The taxonomy slug.

PHP Doc

/**
	 * Fires at the end of the Add Term form for all taxonomies.
	 *
	 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
	 *
	 * Possible hook names include:
	 *
	 *  - `category_add_form`
	 *  - `post_tag_add_form`
	 *
	 * @since 3.0.0
	 *
	 * @param string $taxonomy The taxonomy slug.
	 */