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 ); } }
Expand full source code Collapse full source code View on GitHub: addons/free/category.php:861
Add your comment