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
Whoops\Exception\ErrorException /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/ecommerce/vendor/10quality/wpmvc-core/src/psr4/Bridge.php876
$this->add_asset( $asset['asset'], array_key_exists( 'enqueue', $asset ) ? $asset['enqueue'] : true, $asset['dep'], $asset['footer'], array_key_exists( 'is_admin', $asset ) ? $asset['is_admin'] : false, array_key_exists( 'version', $asset ) ? $asset['version'] : null, array_key_exists( 'id', $asset ) ? $asset['id'] : null );
array_key_exists should always be used. Default dep to [] and default footer to false.
array_key_exists
dep
[]
footer
false
The text was updated successfully, but these errors were encountered:
#21 Fixes assets default.
3c94e85
No branches or pull requests
array_key_exists
should always be used. Defaultdep
to[]
and defaultfooter
tofalse
.The text was updated successfully, but these errors were encountered: