-->

Tuesday, June 20, 2017

How can a custom content filter be added?

How can a custom content filter be added?
Answers:
1.      By using add_action(‘the_content’,’my_custom_filter’)
2.      By using add_filter(‘the_content’,’my_custom_filter’)
3.      By using wp_filter(‘the_content’,’my_custom_filter’)

4.      By using add_action(‘content’,’my_custom_filter’)
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
 

Delivered by FeedBurner