wordpress filter api
Writing WordPress Plugins using Post Filter Functions
Introduction to WordPress Filter API Functions Wordpress provides a filter api which can be used to filter and modify the content before saving to database or displaying on browser. Basically these functions are used with wordpress plugins to dynamically prepare the output of your blog posts. In this tutorial I’m going to use the add_filter [...]
Read More

Follow Us On Facebook