diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html
index 33d343d..a780a5c 100644
--- a/user_guide/general/hooks.html
+++ b/user_guide/general/hooks.html
@@ -69,6 +69,12 @@
 your own scripts in some other location.

 </p>

 

+<h2>Enabling Hooks</h2>

+

+<p>The hooks feature can be globally enabled/disabled by setting the following item in the <kbd>application/config/config.php</kbd> file:</p>

+

+<code>$config['enable_hooks'] = TRUE;</code>

+

 

 <h2>Defining a Hook</h2>