pt = get_post_type_object( 'books' ); // These two usually contain the post type name in plural. // They may differ though. echo $pt->label; ...
確定! 回上一頁