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
Now if user will install Timber ACF WP Blocks he'll get a fatal error if Timber is not installed. It should be fixed.
The text was updated successfully, but these errors were encountered:
Could that not be solved by adding "timber" as a required package in the composer.json?
"require": { "php": ">=5.6", "timber/timber": "1.*" }
In the end you need timber for this to work, right?
Sorry, something went wrong.
Timber can be installed in other methods/contexts, so would be better to check if (class_exists(“Timber”))
if (class_exists(“Timber”))
Merge pull request #50 from jdamner/plugin-with-composer-installer
7bdc410
#7 - Add validation Timber exists before instatiation of class.
No branches or pull requests
Now if user will install Timber ACF WP Blocks he'll get a fatal error if Timber is not installed. It should be fixed.
The text was updated successfully, but these errors were encountered: