create-wordpress-plugin icon indicating copy to clipboard operation
create-wordpress-plugin copied to clipboard

meta.php requires a function in assets.php that can get deleted by configure process

Open mogmarsh opened this issue 1 year ago • 0 comments

Description of the bug

The meta.php file uses function validate_path found in assets.php. If you tell the configure process that the plugin will not have built assets, assets.php gets deleted causing a fatal error when you try to activate the plugin.

Steps To Reproduce

Run php configure.php answer yes to "Do you want to delete the front-end files?" Try to activate the plugin, you will get a fatal error.

Additional Information

No response

mogmarsh avatar Feb 16 '24 16:02 mogmarsh