add_term_relationship WordPress Action Hook

The add_term_relationship hook allows you to add a relationship between a term and an object. This hook is useful for setting up relationships between terms and objects that are not already connected.

do_action( 'add_term_relationship', int $object_id, int $tt_id, string $taxonomy ) #

Fires immediately before an object-term relationship is added.


Parameters

$object_id

(int)Object ID.

$tt_id

(int)Term taxonomy ID.

$taxonomy

(string)Taxonomy slug.


Top ↑

Source

File: wp-includes/taxonomy.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.7.0Added the $taxonomy parameter.
2.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More