/** * Set page title and call wp filter * @param type $title */ private static function title($title) { self::$title = $title; add_filter('wp_title', array('CarRental', 'set_title')); }