The Wordpress documentation isn't clear about this: http://codex.wordpress.org/Plugin_API/Action_Reference
What I specifically need to know is whether add_action("publish_post", "myCallbackFunction") is a hook that will apply across the entire Multisite network, or simply on an individual page (or merely for admins).
What I want is that myCallbackFunction is triggered whenever any of the bloggers on the Multisite network clicks the button to publish a blog post.
Ref: http://codex.wordpress.org/Plugin_API/Action_Reference/publish_post