verdery
0
Q:

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',
) );
0

New to Communities?

Join the community