public static function get_timestamp() { if (!self::$timestamp) { self::$timestamp = theme_options::get_options(self::$iden); } if (!self::$timestamp) { self::$timestamp = theme_features::get_theme_mtime(); } return self::$timestamp; }