/** * Disables pings to google when the sitemap changes. */ public static function disable_google_notification() { self::$google_notification_enabled = false; }