AnsPress_Category::column_header( array $columns )

Description #

Column header.

Parameters #

  • $columns
    array (Required) Category columns.

Source #

File: addons/free/category.php

	public static function column_header( $columns ) {
		$columns['icon'] = 'Icon';
		return $columns;
	}

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