after-{$taxonomy}-table

after-{$taxonomy}-table

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-admin/edit-tags.php line 675
     * @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 -->