after-{$taxonomy}-table

after-{$taxonomy}-table

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-admin/edit-tags.php line 679
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    * @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 -->