Forráskód Böngészése

What if we want to export new posts out to a CMS?
This is just for $msgOptions['id'] really

Signed-off-by: Suki <[email protected]>

Suki 10 éve
szülő
commit
2d5b63985f
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      Sources/Subs-Post.php

+ 3 - 0
Sources/Subs-Post.php

@@ -1868,6 +1868,9 @@ function createPost(&$msgOptions, &$topicOptions, &$posterOptions)
 			)
 		);
 
+	// What if we want to export new posts out to a CMS?
+	call_integration_hook('integrate_after_create_post', array($msgOptions, $topicOptions, $posterOptions, $message_columns, $message_parameters));
+
 	// Insert a new topic (if the topicID was left empty.)
 	if ($new_topic)
 	{