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' ) ) :