How to schedule comments moderation in WordPress
November 22nd, 2012 by admin
->
Link to the tutorial: www.itcuties.com Today we are going to show how easy it is to implement WordPress comments moderation mechanism which is being run automatically using native scheduling mechanism and WordPress API. Our code is going to iterate through newest comments and replace bad words that might be present in the comment text. If you are looking for a file containing bad words you can visit this site. In this tutorial we are going to show you how to: – Iterate through the comments – Iterate through the text file line by line – Modify comment text – Schedule event – Remove event from the scheduler – Run this code To get more code and info please visit us on www.itcuties.com
Written by - Visit WebsitePosted in Wordpress Tutorial Videos