diff --git a/includes/post-type-active-forms.php b/includes/post-type-active-forms.php index a56c216..84282fc 100644 --- a/includes/post-type-active-forms.php +++ b/includes/post-type-active-forms.php @@ -1658,6 +1658,7 @@ public function meta_box_content( $section = 'info' ) { 'order' => 'ASC', 'orderby' => 'display_name', 'role__in' => $roles, + 'number' => '200', ] );