Error When Including Carbon Fields in Plugin
-
I have successfully included Carbon Fields in a plugin I am developing for release to the WP plugin directory. (Thanks to @atanasangelovdev for the help here.)
However, now as I am attempting to the upload my plugin zip file for review, I receive the following error:
Error: The plugin already exists. There is already a plugin called carbon-fields by a different author. Please change the Plugin Name: line in your main plugin file and upload it again.It appears that @meshsmith encountered a similar issue here.
At the moment, is my best course of action to remove the headers from
my-plugin-dir/wp-content/plugins/carbon-fields/carbon-fields-plugin.php? Or, is there a better way to approach inclusion of this framework in my plugin? Thanks for any advice you can offer.
The topic ‘Error When Including Carbon Fields in Plugin’ is closed to new replies.