Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirement for plugins #2

Open
overclokk opened this issue Aug 6, 2023 · 0 comments
Open

Requirement for plugins #2

overclokk opened this issue Aug 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@overclokk
Copy link

Pay attention to the plugins names, this text is from overclokk#4

The $plugins Required plugins format take the plugin name from the plugin docBlock:

/**
 * Plugin Name: My Awesome Plugin
 */

and convert it in this format my-awesome-plugin and check from the active plugin, this is not a good idea because the developer of that plugin could change the name of the plugin with something else, I think it's better to search from the registered plugins array instead of the name with a format like this plugin-dir-name/file or maybe do a recommended or required like TGM does.

So, if I'll decide to integrate this Requirement I need to address this issue.

@overclokk overclokk added the enhancement New feature or request label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant