In php, wp_get_comment_status( $comment_id ) function returns the status of comment.How can i do this with c#?
In php, wp_get_comment_status( $comment_id ) function returns the status of comment.How can i do this with c#?
Are you using how to code a wp_get_comment_status function from scratch using c# ?
You can simply query the database directly. Use the comment ID to find the comment record, then retrieve the value in the status column.
Can I ask where and how your using WordPress with c#, I've never heard of this or seen a question about c# on this forum. Interests me
I use facebook api and can't get the "status" colone from comment table.But in php, it can get.I want to learn how can i reach this colon with another language.
Link of the comment table's colones which i can get :
http://developers.facebook.com/docs/reference/fql/comment/
Facebook do not let me to get status colone.
You must log in to post.