📜  仪表板中的 wp+get author 框 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:43.735000             🧑  作者: Mango

代码示例1
add_post_type_support( string $post_type, string|array $feature, mixed $args )
/* example  */
add_post_type_support( 'my_post_type', array(  
    'author', 'excerpt',
) );