function create_new_archive_post_status(){ register_post_status( 'archive', array( 'label' => _x( 'Archive', 'post' ), 'public' => true, ...
確定! 回上一頁