Hi,
I'm writing a custom plugin to set a post as moderated.
Am I right to think that what I need to do is in xf_post the message_state=moderated and add to xf_spam_trigger_log: content_type=post and content_id=post.
Are there existing functions to do this (been looking but can't see any) or do I need to write new ones?
I'm writing a custom plugin to set a post as moderated.
Am I right to think that what I need to do is in xf_post the message_state=moderated and add to xf_spam_trigger_log: content_type=post and content_id=post.
Are there existing functions to do this (been looking but can't see any) or do I need to write new ones?