Skip to content

Instantly share code, notes, and snippets.

@borislav-angelov
Created November 13, 2013 23:20
Show Gist options
  • Save borislav-angelov/7458338 to your computer and use it in GitHub Desktop.
Save borislav-angelov/7458338 to your computer and use it in GitHub Desktop.
<?php
$callback = new Ai1ec_Core_Callback( $this->_registry, 'model.settings', 'test' );
$dispatcher = new Ai1ec_Core_Dispatcher();
$dispatcher->register('my-custom-action', $callback, 10, 2);
do_action('my-custom-action', 100, 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment