I'm looking for any reference/doc on Wordpress built in filters.
eg. $title = apply_filters('wp_title', $title, $sep);
how can I know what filters are applied on a brand new WP install ? I
mean built in filters, not plugins filters. If there is any !
Malaiac