I want to modify comments template, I found function comments_template(), which called apply_filters('comments_template', TEMPLATEPATH . $file ). But I couldn't find the function apply_filters(). Which folder and file is it in?
I want to modify comments template, I found function comments_template(), which called apply_filters('comments_template', TEMPLATEPATH . $file ). But I couldn't find the function apply_filters(). Which folder and file is it in?
I'd guess modifying that function is NOT recommended.
But, WinGrep found that in wp-includes/plugin.php
This topic has been closed to new replies.