From 4d8bde02f9a21b46857ae748c578a7f08fd9632c Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 9 Jun 2022 14:34:26 +0200 Subject: [PATCH] feature(readme): readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index efcff27..82cfb3b 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,7 @@ wpdesk_permanent_dismissible_wp_notice( 'Notice text goes here', 'notice-name' ) // Is equivalent to $notice = new \WPDesk\Notice\PermanentDismissibleNotice( 'Notice text goes here', 'notice-name' ); ``` + +## Project documentation + +PHPDoc: https://wpdesk.gitlab.io/wp-notice/index.html -- GitLab