after-{$taxonomy}-table, $taxonomy

after-{$taxonomy}-table, $taxonomy

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('after-{$taxonomy}-table, $taxonomy') is found 1 times:

  • /wp-admin/edit-tags.php line 679
     * @since 3.0.0
     *
     * @param string $taxonomy The taxonomy name.
     */
    do_action( "after-{$taxonomy}-table", $taxonomy );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    if ( $can_edit_terms ) {
    	?>
    </div>
    </div><!-- /col-right -->