📅  最后修改于: 2022-03-11 14:53:43.735000             🧑  作者: Mango
add_post_type_support( string $post_type, string|array $feature, mixed $args )
/* example */
add_post_type_support( 'my_post_type', array(
'author', 'excerpt',
) );