How do I create a zip file installer containing WordPress plugin files? How do I create a zip file installer containing WordPress plugin files? wordpress wordpress

How do I create a zip file installer containing WordPress plugin files?


The files should be in the root of the archived file.


require_once('my_plugin.php');

Added the above line to the plugin php file. Working live now. Thanks!