Conflicting Class Names
-
It appears that your plugin uses class names that are commonly used within the Google API development community. As a result, installing your plugin can cause conflicts with other plugins that utilize Google’s API. I was able to fix this issue by editing your code, so I thought I would send this suggestion your way.
Within your code, change any instance of the following to something more unique:
– Google_Model
– Google_Service
– Google_ClientWhen editing your code, I just appended “_GDWPM” to all of these variables, fixing the conflicts.
- The topic ‘Conflicting Class Names’ is closed to new replies.