1, 'content_permissions' => 1, 'private_blog' => 0, // @since 0.2.0 // Do not use gettext here, or it will cause translation error in WP 6.7+ 'private_feed' => 0, 'content_permissions_error' => 'Sorry, but you do not have permission to view this content.', 'private_feed_error' => 'You must be logged into the site to view this content.', // @since 1.0.0 'explicit_denied_caps' => true, 'multi_roles' => true, // @since 2.0.0 'show_human_caps' => true, 'private_rest_api' => false, // @since 3.2.11 'hide_posts_rest_api' => true, ); }