Skip to content

Commit

Permalink
Outbox: Make post type non-hierarchical
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Jan 28, 2025
1 parent 65e7d32 commit 2b80944
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions includes/class-activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,15 +531,12 @@ 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(),
'supports' => false,
'exclude_from_search' => true,
'menu_icon' => 'dashicons-networking',
)
);

Expand Down

0 comments on commit 2b80944

Please sign in to comment.