manage_{$this->screen->taxonomy}_custom_column

manage_{$this->screen->taxonomy}_custom_column

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('manage_{$this->screen->taxonomy}_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-terms-list-table.php line 669
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
         * @param string $string      Custom column output. Default empty.
         * @param string $column_name Name of the column.
         * @param int    $term_id     Term ID.
         */
        return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id );
    }
     
    /**
     * Outputs the hidden row displayed when inline editing
     *
     * @since 3.1.0