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

Fires after the taxonomy list table.


Description

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


Parameters

$taxonomy

(string) The taxonomy name.


Source

File: wp-admin/edit-tags.php

View on GitHub


Changelog

Changelog
Version Description
WP-3.0.0 Introduced.