📅  最后修改于: 2022-03-11 14:54:19.239000             🧑  作者: Mango
array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' )
);
register_post_type('book',$args);
}
add_action( 'init', 'custom_post_init' );