File path: dist/twist/Core/Models/Hooks.model.php
Namespace: Twist\Core\Models
removeHook
— Remove a permanently stored hook, only wo
Name | Description |
---|---|
$strHook | n/a |
$mxdUniqueKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strHook = 'foo';
$mxdUniqueKey = 'foo-123';
//Call the function removeHook with the example vars
$resHooks = new \Twist\Core\Models\Hooks();
$resHooks -> removeHook($strHook, $mxdUniqueKey);