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.4.3

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

  • /wp-admin/includes/class-wp-terms-list-table.php line 668
    		 * @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