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
As of now, PULPIT relies heavily on third-party dependencies pulled in via composer. There are some concerns to be taken care of, however:
composer install
composer update
https://wptavern.com/a-narrative-of-using-composer-in-a-wordpress-plugin
The text was updated successfully, but these errors were encountered:
https://www.getinstance.com/including-classes-in-wordpress-plugins-using-composer-and-autoload/
Sorry, something went wrong.
potofcoffee
No branches or pull requests
As of now, PULPIT relies heavily on third-party dependencies pulled in via composer. There are some concerns to be taken care of, however:
composer install
on plugin install.composer update
correctly works through the plugin settings page.https://wptavern.com/a-narrative-of-using-composer-in-a-wordpress-plugin
The text was updated successfully, but these errors were encountered: