Skip to content

Commit

Permalink
limit users in user select to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Jul 18, 2024
1 parent 2622db5 commit 3ee5983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/post-type-active-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -1658,6 +1658,7 @@ public function meta_box_content( $section = 'info' ) {
'order' => 'ASC',
'orderby' => 'display_name',
'role__in' => $roles,
'number' => '200',
]
);

Expand Down

0 comments on commit 3ee5983

Please sign in to comment.