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

Fires after the taxonomy list table.


Description Description

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


Parameters Parameters

$taxonomy

(string) The taxonomy name.


Top ↑

Source Source

File: wp-admin/edit-tags.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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