do_action( 'pre_delete_term', int $term, string $taxonomy )

Fires when deleting a term, before any modifications are made to posts or terms.


Description Description


Parameters Parameters

$term

(int) Term ID.

$taxonomy

(string) Taxonomy Name.


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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