We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pods/init.php
Line 153 in 20f681a
in init.php several deactivation functions check the hard-coded plugins/pods-ui directory.
init.php
plugins/pods-ui
This may prevent devs from changing the name of the plugins directory. Which can often be a security recomendation. Eg:
plugins
define('WP_PLUGIN_DIR', dirname(__FILE__) . '/../wp-content/extensions'); define('WP_PLUGIN_URL', 'http://localhost.com/site/wp-content/extensions');
Can we improve this so it checks for alternative directory structures? I believe wp-migrate-lite does something like this here: https://github.com/deliciousbrains/wp-migrate-db/blob/f0bd63fae078f3c6added0b3db18983a2a6d4e07/compatibility/wp-migrate-db-pro-compatibility.php#L17
(Also, was pods-ui the original directory name way back in the day?)
pods-ui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pods/init.php
Line 153 in 20f681a
in
init.php
several deactivation functions check the hard-codedplugins/pods-ui
directory.This may prevent devs from changing the name of the
plugins
directory. Which can often be a security recomendation. Eg:Can we improve this so it checks for alternative directory structures? I believe wp-migrate-lite does something like this here: https://github.com/deliciousbrains/wp-migrate-db/blob/f0bd63fae078f3c6added0b3db18983a2a6d4e07/compatibility/wp-migrate-db-pro-compatibility.php#L17
(Also, was
pods-ui
the original directory name way back in the day?)The text was updated successfully, but these errors were encountered: