Add help guide link
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Jul 2017 18:37:33 +0000 (14:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Jul 2017 18:37:33 +0000 (14:37 -0400)
Adding a link to the help guide on gaslightmedia website.

setup/adminHooks.php

index 4b750b8..18000e1 100644 (file)
@@ -357,9 +357,9 @@ function glm_admin_import_help_tab () {
         $screen->add_help_tab( $newTab );
     }
     // Help sidebars
-    // $screen->set_help_sidebar(
-    //     '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
-    //     '<p><a href="http://www.gaslightmedia.com/support/" target="_blank">' .
-    //     __( 'Support' ) . '</a></p>'
-    // );
+     $screen->set_help_sidebar(
+         '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
+         '<p><a href="https://www.gaslightmedia.com/wp-admin-guide/#GLM" target="_blank">' .
+         __( 'Help Guide' ) . '</a></p>'
+     );
 }