Closed cherrypickstudios closed 3 years ago
There were also a number of other WPCS issues. I've included some modifications to your PR and the other updates in #36
Fixed in #36
@w3guy The first WPCS error is not fixed:
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development. (WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion)
Please use the version number instead of "false".
@Surbma please submit a pull request
@w3guy Original PR was already sent with this fix, but I just submitted a new PR with this fix. Thank you!