after-{$taxonomy}-table

Advertisement

Summery Summery

Fires after the taxonomy list table.

Syntax Syntax

do_action( "after-{$taxonomy}-table", string $taxonomy )

Description Description

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

Parameters Parameters

$taxonomy

The taxonomy name.

Source Source

File: wp-admin/edit-tags.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply