If the plugin is using namespaces instead of frankenstyle class name, get_called_class() will return 'type\name' instead of 'type_name'. Added code to replace backslashes to underscores and fix that issue.