Comments getting approved automatically
-
Hey guys. I’m having a problem when submitting comments. They are being approved automatically even though I’m using comment_status=0
Here’s my code:
$http.jsonp(WORDPRESS_API_URL + 'user/post_comment/' + '?post_id='+ postId + '&cookie='+ user.cookie + '&comment_status=0' + '&content='+ content + '&callback=JSON_CALLBACK') .success(function(data) { deferred.resolve(data); })
Please help! Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Comments getting approved automatically’ is closed to new replies.