diff --git a/includes/class-activitypub.php b/includes/class-activitypub.php index 26bd6af66..0fff04439 100644 --- a/includes/class-activitypub.php +++ b/includes/class-activitypub.php @@ -531,15 +531,11 @@ private static function register_post_types() { 'create_posts' => false, ), 'map_meta_cap' => true, - 'public' => true, - 'hierarchical' => true, 'rewrite' => false, 'query_var' => false, 'delete_with_user' => true, 'can_export' => true, - 'supports' => array(), 'exclude_from_search' => true, - 'menu_icon' => 'dashicons-networking', ) );