add_post_type_support( string $post_type, string|array $feature, mixed $args ) /* example */ add_post_type_support( 'my_post_type', array( 'author', 'excerpt', ) );