This page redirects to an external site: https://developer.wordpress.org/reference/functions/add_post_type_support/
Languages: English • Italiano • 日本語 (Add your language)
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');