call a filter
-
When a plugin add a filter like this:
add_filter('the_content', 'wp_ozh_click_modifyhrefs', 10);
if i apply a filter in automatic i have all the filter added before
$post_content = apply_filters(‘the_content, $post_content);
- The topic ‘call a filter’ is closed to new replies.