From 3d96ff07bb198c2363b483196a665f200124dd37 Mon Sep 17 00:00:00 2001 From: matpen Date: Wed, 2 Jan 2019 05:49:31 +0100 Subject: [PATCH] Lowered required capabilities to "edit_posts". --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 616f6f9..2009076 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -378,7 +378,7 @@ function wedocs_doc_feedback_email( $doc_id, $author, $email, $subject, $message * @return string */ function wedocs_get_publish_cap() { - return apply_filters( 'wedocs_publish_cap', 'publish_posts' ); + return apply_filters( 'wedocs_publish_cap', 'edit_posts' ); } if ( ! function_exists( 'wedocs_template_wrapper_start' ) ) :