WordPress / wp-plugin-dependencies

WordPress Feature Project: Plugin Dependencies
https://make.wordpress.org/core/2022/02/24/feature-project-plugin-dependencies/
MIT License
69 stars 9 forks source link

Variable '$requires' is probably undefined #31

Closed Soean closed 2 years ago

Soean commented 2 years ago

if $data not contains '.php', $requires is not defined.

afragen commented 2 years ago

Please submit PRs to develop branch.

If you follow the logic $data is the plugin file, my-plugin/my-plugin.php. It always ends with .php.