Results 11 comments of Nick

Thanks for making this issue, I'm getting the same problem: `🚫 Error: Filenames should be all lowercase with hyphens as word separators. Expected phpcs-scan-xe6at7.php, but found phpcs-scan-xe6aT7.php (WordPress.Files.FileName.NotHyphenatedLowercase).` Is there...

@mrrobot47 Sorry to bother you - I appreciate all the work you've done on this. I'm having problems with the workaround of ignoring the `WordPress.Files.FileName.NotHyphenatedLowercase` rule. I want to use...

Sorry for the late response on this. > Update your workflow file according to the latest release usage having the PHPCS_SNIFFS_EXCLUDE env var Is adding this required, or will the...

We've been getting a similar issue recently. Would support this change :)

@menakas Currently, if you have the PayPal Checkout plugin activated, and _not_ the PayPal standard integration, this check doesn't happen. This issue is a feature request to add this feature...

Plan, via p1669824927297939-slack-C02C4GXMY _____ 1. Add conditionals into every main function in Safety Net which check for constants, such as `SAFETY_NET_DELETE_DATA` and `SAFETY_NET_SCRUB_OPTIONS` 2. Make a PR in T51 CLI...

Settings page: https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/blob/master/includes/settings/settings-ppec.php#L449-L455 If we decided to make this a simple text change, then we could reword the description in that code block to something like: `This is a feature...

Adding plugin to the denylist in the short term. If this issue turns up a better solution, feel free to remove it as needed.

This might work, need to fully test: ```PHP if ( class_exists( 'WCS_Related_Order_Store_Cached_CPT' ) ) { WCS_Related_Order_Store_Cached_CPT::instance()->delete_all_caches(); } if ( class_exists( 'WCS_Customer_Store_Cached_CPT' ) ) { WCS_Customer_Store_Cached_CPT::instance()->delete_all_caches(); } ```

Custom tables in the DB: ``` _pmpro_discount_codes _pmpro_discount_codes_levels _pmpro_discount_codes_uses _pmpro_memberships_categories _pmpro_memberships_pages _pmpro_memberships_users _pmpro_membership_levelmeta _pmpro_membership_levels _pmpro_membership_ordermeta _pmpro_membership_orders ``` Cron jobs ``` pmpro_cron_stripe_subscription_updates PMProGateway_stripe::pmpro_cron_stripe_subscription_updates() pmpro_cron_admin_activity_email pmpro_cron_admin_activity_email() pmpro_cron_delete_tmp pmpro_cron_delete_tmp() pmpro_cron_credit_card_expiring_warnings pmpro_cron_credit_card_expiring_warnings() pmpro_cron_expire_memberships pmpro_cron_expire_memberships()...