i believe the right hook for displaying the actual column content (each line) is
manage_{$post_type}_posts_custom_column
so change in your code:
add_action( 'manage_event_custom_column', 'event_date_column_display', 10, 2 );
to:
add_action( 'manage_event_posts_custom_column', 'event_date_column_display', 10, 2 );
Related Posts:
- Pagination with custom post type not working
- WP_Query() show posts that end later than today
- How to hide CPT files from media library programmatically
- post count is wrong when using same taxonomy for 2 different CPT
- Issues when rewrite rules collide?
- Custom post types – RSS lastBuildDate issue
- Determine which template-{slug}.php is being loaded
- How to remove/hide elements from the admin menu?
- Show Custom Post Type by Author
- Newer/Older posts links display same posts on every page
- How to sort CPT by custom meta value (date), and return posts month by month
- Archive page for taxonomy of custom post type
- Search results ordered by custom post types are not grouped
- CPT tax slug conflict with post type slug
- $wpdb returns no results with SELECT query on custom post type, works on default post type
- When viewing single parent post, display list of children
- Featured image metabox not showing up
- Limit Authors to their Own Posts on front-end excluding admins
- Exclude current post when getting related post on custom post type and taxonomy
- How to redirect all pages of a custom post type [duplicate]
- Display Posts of a Category in Alphabetical Order (Custom Post Type)
- Adding description to archive of Custom Post Type
- Programmatically adding posts
- Why is conditionally loading a custom plugin’s code only on a specific custom post type causing the site content to disappear?
- Admin not showing all custom post type posts and views not working
- Restrict user to only one custom post type
- Populate dropdown from one custom post type inside another custom post type
- No posts found – Custom Post Type show_ui
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- How do I do this with WordPress? Taxonomies?
- Custom-Posttype & Custom Taxonomy WP_Query
- Page template with different page and post content
- Custom post type url with category
- Custom setting to show or hide field
- Redirect 404 page with ID in slug to associated page with same ID in slug
- Only keep the First and Last Revision of a post
- Action or Filter Hook for a Custom Importer
- Stuck in Order by more then one
- Custom Post Type Permalink empty
- Set a CPT slug as a base name for all the taxonomies
- Admin Filter – Add Post Type Description on Post Type Page
- Custom taxonomy rewrite with query var returns %2F in URL
- Remove slug in URL custom post type
- Create 2 Post Types, one parent to another in Plugin
- Form action doesn’t work if slug isn’t same as custom post title
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- How to get a custom field value of a custom post?
- Pages Become “Archive” Instead of Using Page Template
- Custom post type single page (single-{CPT-name}) 404 when slug includes hyphens
- Tag page only display 10 posts
- Multiple single templates?
- Custom URL redirect in WP
- Custom Post type & Taxonomy 404
- how to set a WP Plugin’s url
- Values from meta-box not on $_POST
- Custom Category Walker with Image, Fallback to Most Recent Post in Category Image
- How to set the mainpage of a custom post type?
- Displaying a list of Contacts
- Questions regarding add_meta_box()
- Loop Post Types with Name and Links
- Setting a homepage – doesn’t seem to work
- Display all images from specific CPT
- How to Control CSS Class Visiblity From WordPress Admin Panel based on Tax Terms
- Problem retrieving informations and displaying desired structure with custom post type and taxonomy
- Galleries of images attached to posts
- Last post in loop – custom post types
- Add Tags to a Custom Post Type from a FrontEnd Form
- Archive page of CPT’s custom Taxonomy
- wp_query can’t get max_num_pages in custom post type
- WordPress CPT Taxonomy Dashboard Search – How to include taxonomy in search?
- Can I automatically assign a page template to a custom post type (i.e page-slug.php file)
- How to show related posts of category on post within custom posttype
- Saving custom JSON as custom post type
- Preview url not working outside wp-admin
- Post Tags not working for Custom Post type
- Get custome post type name
- Restrict Custom Post Type to One Item
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- Custom URL for Custom Post Type & Custom Taxonomy Term
- Remove wp directory and slug for custom post type from the URLs
- Using pre_get_posts assign custom post to wordpress editor user
- Edit single page from plugin
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Custom Post Type used for FAQs Accordion
- Custom Post Type vs Shortcode: Which one is more performant?
- Custom Post Type Causing Admin Sidebar UI Issue
- Show list of categories in post editor only from current custom post type
- 404 on Pages for Custom Post Type & Query_Posts
- Classic Custom Post Types and WP-PageNavi
- Can I set a CPT title field to a dropdown with preset options if user is of a given type?
- List of filtered Events is breaking paging?
- Permalink of Custom Post Type
- single-mySlug.php works: archive-mySlug.php does not. Custom Post Type
- How can i manually relate pages?
- has_archive for default post type
- No error in debug mode, wordpress template can not be loaded
- Pagination for Custom Post Type with Multiple Types
- Custom Post Type Archive Title Lowercase
- Default WordPress Query for a Specific Custom Post Type URL
- Custom post type pagination conflict result in 404