function duzelt($content) { global $post; if ($post->post_type == 'post') { $content = argo_temizle($content); } return $content; } add_filter('the_content', 'duzelt');