/** * Unregister action handler * * @param {string} $name action handler name * */ function unregister_action($name) { $this->_configuration->remove_from_module('vivvo_action', $name); }