Using ThreeWP Broadcast with Notification Plugin
-
I have a plugin set up that hooks into all of the post publishing actions to send an email whenever a post is published on my sites; however, whenever a post is added to a child site with ThreeWP Broadcast none of the post publishing actions are triggered. I have tried hooking into ‘wp_insert_post’ to correct this, but that did not resolve the issue.
The hooks I’m currently using are:
-
draft_to_private
future_to_private
pending_to_private
publish_to_private
draft_to_publish
future_to_publish
pending_to_publish
private_to_publish
publish_to_publishCan you tell me which function I should be hooking into to trigger actions when ThreeWP broadcast adds a post to a child site?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Using ThreeWP Broadcast with Notification Plugin’ is closed to new replies.