Categories::column_content( mixed $value, string $column_name, int $tax_id )

Description #

Icon column content.

Parameters #

  • $value
    mixed (Required) Value.
  • $column_name
    string (Required) Column name.
  • $tax_id
    int (Required) Taxonomy id.

Source #

File: addons/categories/categories.php

	public function column_content( $value, $column_name, $tax_id ) {
		if ( 'icon' === $column_name ) {
			ap_category_icon( $tax_id );
		}
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment