Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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',
) );
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #author #box #dashboard
ADD COMMENT
Topic
Name
9+9 =