This Mod is provided to be used by other Mods/PlugIns
Creates two hooks...
- admincp_plugin_dynamicmodify
Use this to Programmatically Edit admincp/plugin.php. See the PlugIn for an example
- admincp_plugin_addhooks
Use this to Programmatically add your own hooks. See the PlugIn for an example
No screen shots (no need)
One (1) option: Debug - Outputs the modified code to a file for analysis
Special Reference
This PlugIn should still work even if the admincp/plugin.php file has been manually edited, as long as...
The first 25 lines are unchanged
Line 25 = require_once('./global.php');
Line 438 is still "uksort($hooklocations, 'strnatcasecmp');" [ie: it has not moved]