custom field in admin columns
Try replacing everything from the comment downwards with this. Basically you seemed to have a function in there that wasn’t getting called, and you need to add the case “incr_number” test to the woo_supportpress_ticket_custom_columns function: /*———————————————————————————–*/ /* Admin columns for post types */ /*———————————————————————————–*/ function woo_supportpress_ticket_columns( $old_columns ){ $columns = array( ‘cb’ => ‘<input type=\”checkbox\” … Read more