diff --git a/includes/class-newspack-popups.php b/includes/class-newspack-popups.php index 4a574b59..196842be 100644 --- a/includes/class-newspack-popups.php +++ b/includes/class-newspack-popups.php @@ -161,6 +161,7 @@ public static function register_cpt() { $cpt_args = [ 'labels' => $labels, 'public' => false, + 'show_in_menu' => false, 'show_ui' => true, 'show_in_rest' => true, 'supports' => [ 'editor', 'title', 'custom-fields', 'thumbnail', 'revisions' ],