AnsPress_Category::column_content( $value,  $column_name,  $tax_id )

Description #

Icon column content.

Source #

File: addons/free/category.php

	public static 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