[Plugin: Custom Content Type Manager] add column for other plugin value?
-
Hi,
I am using the Electric Studio Auto Post Expire plugin for my custom post type. I want the expired date to be added to the wp-admin/edit.php post list. How am I gonna do it?
All i know is the hook that using by CCTM :
add_filter("manage_edit-{$post_type}_columns" , array(CCTM::$Columns, $post_type));How Do I add the column in the array?
http://ww.wp.xz.cn/extend/plugins/custom-content-type-manager/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Custom Content Type Manager] add column for other plugin value?’ is closed to new replies.