-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Hello,
After the last version of the PCP plugin was released the action no longer emits an artifact and exists with code 1 for some reason.
Error: Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "blc_fail_wp_version".
Error: current_user_can_for_blog() has been deprecated since WordPress version 6.7.0. Use current_user_can_for_site() instead.
Error: current_user_can_for_blog() has been deprecated since WordPress version 6.7.0. Use current_user_can_for_site() instead.
Error: current_user_can_for_blog() has been deprecated since WordPress version 6.7.0. Use current_user_can_for_site() instead.
Error: The "blocksy:ext:woocommerce" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Error: Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "implode(':', $filter)".
Error: Process completed with exit code 1.
This is the configuration that I use:
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
build-dir: './build_tmp/blocksy-companion'
strict: trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels