Skip to content

Instantly share code, notes, and snippets.

@chadhutchins
Created October 4, 2012 19:59
Show Gist options
  • Save chadhutchins/3836034 to your computer and use it in GitHub Desktop.
Save chadhutchins/3836034 to your computer and use it in GitHub Desktop.
<?php
$hook_version = 1;
$hook_array = Array();
$hook_array['after_footer_ui'] = Array();
$hook_array['after_footer_ui'][] = Array(50, 'Echo Something to break AjaxUI','custom/modules/Contacts/Break_AjaxUI.php','Break_AjaxUI', 'echo_something');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment