Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/add post type support

This page redirects to an external site: https://developer.wordpress.org/reference/functions/add_post_type_support/

This page was moved to https://developer.wordpress.org/reference/functions/add_post_type_support/ except above language locator

function comment_support_for_my_custom_post_type() { add_post_type_support ('my_post_type', 'comments');} add_action ( 'init','comment_support_for_my_custom_post_type');