You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Can a developer on this project please explain what is going on here with this function name format on your init.php file, which throws an error in VSCode....
Line 30:
function <% blockNamePHPLower %>_cgb_block_assets() { // phpcs:ignore// Register block styles for both frontend + backend......
}
why is the function name setup that way in this php file?????? its a problem. how do we fix that? function <% blockNamePHPLower %>
why would anyone write a function name that way in a php file?????
what would be an alternative way to bring blockNamePHPLower into this area, without the invalid naming convention used above?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can a developer on this project please explain what is going on here with this function name format on your init.php file, which throws an error in VSCode....
Line 30:
why is the function name setup that way in this php file?????? its a problem. how do we fix that?
function <% blockNamePHPLower %>
why would anyone write a function name that way in a php file?????
what would be an alternative way to bring blockNamePHPLower into this area, without the invalid naming convention used above?
The text was updated successfully, but these errors were encountered: