wp+get author box in dashboard code example
Example: wp+get author box in dashboard
add_post_type_support( string $post_type, string|array $feature, mixed $args )
/* example */
add_post_type_support( 'my_post_type', array(
'author', 'excerpt',
) );