version = get_bloginfo('version'); } /** * put your comment there... * */ public function getVersion() { return $this->version; } /** * put your comment there... * * @param mixed $version */ public function isLess($version) { return (version_compare($this->getVersion(), $version) == -1); } } // End class.