From 1a99d47c7e5d4dd5d46a3c4dbe6457760d934b4d Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Tue, 4 Jul 2023 12:00:26 -0300 Subject: [PATCH] fix: only shows authors in the Link user dropdown --- php/class-coauthors-guest-authors.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/class-coauthors-guest-authors.php b/php/class-coauthors-guest-authors.php index 14971837..a6daaee3 100644 --- a/php/class-coauthors-guest-authors.php +++ b/php/class-coauthors-guest-authors.php @@ -629,6 +629,7 @@ function metabox_manage_guest_author_slug() { 'selected' => $linked_account_id, // Don't let user accounts to be linked to more than one guest author 'exclude' => $linked_account_user_ids, + 'capability' => array( apply_filters( 'coauthors_edit_author_cap', 'edit_posts' ) ), ) ) );