> add_filter('the_content', array($this,'afunction'),-10,1); > remove_filter('the_content', array($this,'afunction'),-10,1); I didn't read the OP so maybe this isn't what you're looking for but at a glance I can say you need &$this. Andy