From aa083f216d4f72a30244d8fbf9fa9b49875bcd19 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 20 Feb 2017 10:36:57 -0500 Subject: [PATCH] Adding some usage documentation --- glm-simple-messageboard.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/glm-simple-messageboard.php b/glm-simple-messageboard.php index f5ef0a2..6d13ea3 100644 --- a/glm-simple-messageboard.php +++ b/glm-simple-messageboard.php @@ -7,6 +7,35 @@ * Author URI: http://www.gaslightmedia.com * License: All right reserved */ + +/* + * USAGE: + * + This part goes into your functions.php + + * + This part goes where you want to display the data +
+ + + + + + + +
+ */ + define('GLM_SIMPLEMESSAGEBOARD_SETTINGS', 'glmsimplemessageboard_settings'); define('GLM_NEW_CAPABILITY', 'glmsimplemessageboard_edit_messageboard'); define('BUILT_IN_CAPABILITY', 'edit_posts'); -- 2.17.1