注册新的文章状态 add_action('init', function () { register_post_status('down', array( 'label' => _x('下架', 'post'), 'public' => true, ...
確定! 回上一頁