plugins, $name, $location, $args)) return false; # Parse $location = ($location===0 ? 'before' : 'after'); # Call plugins $this->plugins->activate($name . ":" . $location, $args); return true; } }