Answers for "wp+get author box in dashboard"

PHP
0

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',
) );
Posted by: Guest on December-01-2020

Browse Popular Code Answers by Language