callback = $callback; add_filter( $id, array( $this, 'callback' ), $priority, $args ); } /** * Get filter content and set it as the callback. */ public function callback() { return $this->callback; } }