Sohowiki Sandbox

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
 
(hook_attach())
Line 2: Line 2:
  
 
==hook_attach()==
 
==hook_attach()==
 +
Include your custom script at a designated place in the Pro Edition source code.
 +
 +
Example taken from from install_manifest.php for QuickEdit Dropdown Menu plugin...
 +
<pre>hook_attach("quickedit_js.php", "header.php:top_javascript");</pre>

Revision as of 15:03, 18 May 2006

Write now, organize and place later. This is the place to draft content before you know exactly where it should go...also good place for expermimenting with wiki markup.

hook_attach()

Include your custom script at a designated place in the Pro Edition source code.

Example taken from from install_manifest.php for QuickEdit Dropdown Menu plugin...

hook_attach("quickedit_js.php", "header.php:top_javascript");
Personal tools