Title: greencode's Replies | WordPress.org

---

# greencode

  [  ](https://wordpress.org/support/users/greencode/)

 *   [Profile](https://wordpress.org/support/users/greencode/)
 *   [Topics Started](https://wordpress.org/support/users/greencode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/greencode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/greencode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/greencode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/greencode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/greencode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 536 total)

1 [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Your site is down](https://wordpress.org/support/topic/your-site-is-down-9/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/your-site-is-down-9/#post-18828325)
 * [@kermitfromhk](https://wordpress.org/support/users/kermitfromhk/) If you add
   a folder called “mu-plugins” to your “plugins” folder and then add this code 
   to a php file called “block-coderockz-http.php” and place in your mu-plugins 
   folder and activate it then it fixes the issue.
 * They had this issue previously but never resolved it i.e. if their site goes 
   down it shouldn’t then affect every site that uses their plugin!!!
 *     ```wp-block-code
       <?php/*Plugin Name: Block CodeRockz Remote Calls (Fixed)Description: Short-circuits HTTP calls to coderockz.com to prevent site lag.*/add_filter('pre_http_request', function ($pre, $args, $url) {    // Check if the URL contains coderockz.com (case-insensitive)    if (false !== stripos($url, 'coderockz.com')) {        return new WP_Error('blocked_request', 'Local block active: Coderockz server is down.');    }        return $pre;}, 10, 3);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Your site is down](https://wordpress.org/support/topic/your-site-is-down-9/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/your-site-is-down-9/#post-18828246)
 * Also, whenever your site goes down, which I find is way too often, then it then
   means either my own site goes down or the delivery date panel takes over 2 minutes
   to load. I presume it tries to call home.
 * Why???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18821357)
 * I think I’ve figured this out. Everything was showing correctly in Stripe but
   I needed to add this file [https://stripe.com/files/apple-pay/apple-developer-merchantid-domain-association](https://stripe.com/files/apple-pay/apple-developer-merchantid-domain-association)
   file to mydomain/.well-known/ directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 3 weeks ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18821297)
 * Okay, I’ve managed to get them to appear. Turns out the setting on stripe.com
   wasn’t on Settings > Payment Methods > Account – Apple and Google Pay ENABLE.
 * However, it doesn’t work! When I click on Apple Pay, it then goes to the Apple
   Pay screen but instead of the usual wait until you’ve double clicked the action
   button to pay, it just goes straight to Processing and then comes back with Failed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 4 weeks ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18819804)
 * Hi [@lovingbro](https://wordpress.org/support/users/lovingbro/) Here you go
   [https://pastebin.com/dQxMEHuP](https://pastebin.com/dQxMEHuP)
   and [https://snipboard.io/NLTgyw.jpg](https://snipboard.io/NLTgyw.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 months, 4 weeks ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18818100)
 * [@lovingbro](https://wordpress.org/support/users/lovingbro/) Created a staging
   site, deactivated all plugins except WooCommerce and Stripe and activated the
   standard WP theme. Still not showing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 months ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18811157)
 * [@lovingbro](https://wordpress.org/support/users/lovingbro/) Done it [https://pastebin.com/SLvvF4VD](https://pastebin.com/SLvvF4VD)
   and [https://snipboard.io/KbCiHp.jpg](https://snipboard.io/KbCiHp.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Apple Pay and Google Pay not showing](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 months ago](https://wordpress.org/support/topic/apple-pay-and-google-pay-not-showing-3/#post-18811145)
 * [@lovingbro](https://wordpress.org/support/users/lovingbro/) Not overly obvious
   using pastebin! I’ve pasted in the text but where the hell is the link?!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backend Payments for WooCommerce] Not working after 2.8.7 update](https://wordpress.org/support/topic/not-working-after-2-8-7-update/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [6 months, 2 weeks ago](https://wordpress.org/support/topic/not-working-after-2-8-7-update/#post-18692873)
 * [@bfl](https://wordpress.org/support/users/bfl/) Appreciate the speedy fix. I
   can confirm, it’s working correctly now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Cannot use the plugin](https://wordpress.org/support/topic/cannot-use-the-plugin-2/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637226)
 * [@cheesygoat](https://wordpress.org/support/users/cheesygoat/) Very strange. 
   It worked for me. Hopefully [@coderockz](https://wordpress.org/support/users/coderockz/)
   will get this issue resolved very soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Cannot use the plugin](https://wordpress.org/support/topic/cannot-use-the-plugin-2/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637216)
 * [@cheesygoat](https://wordpress.org/support/users/cheesygoat/) What happens? 
   Is it still just timing out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] WooCommerce Delivery Date & Time Plugin Not Working + Plugin Website Down](https://wordpress.org/support/topic/woocommerce-delivery-date-time-plugin-not-working-plugin-website-down/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months ago](https://wordpress.org/support/topic/woocommerce-delivery-date-time-plugin-not-working-plugin-website-down/#post-18637158)
 * Exactly the same. It seems to talk to their website. What I did was create a 
   plugin that you add to plugins/mu-plugins/block-coderockz-http.php and add the
   following to that (and then activate this plugin first and then activate the 
   delivery date plugin after). This then blocks the plugin from talking to their
   website. Not ideal but at least the plugin and your site will work until, hopefully,
   they are back up.
 *     ```wp-block-code
       <?php/*Plugin Name: Block CodeRockz Remote Calls (temp)Description: Short-circuits HTTP calls to coderockz.com to avoid admin slowdowns.*/add_filter('pre_http_request', function ($pre, $r, $url) {if (strpos($url, 'coderockz.com') !== false) {return new WP_Error('coderockz_blocked', 'Temporarily blocked CodeRockz remote request');}return $pre;}, 10, 3);// Keep all HTTP requests snappy while testingadd_filter('http_request_timeout', function () { return 3; });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Cannot use the plugin](https://wordpress.org/support/topic/cannot-use-the-plugin-2/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637146)
 * Exactly the same. It seems to talk to their website. What I did was create a 
   plugin that you add to plugins/mu-plugins/block-coderockz-http.php and add the
   following to that (and then activate this plugin first and then activate the 
   delivery date plugin after). This then blocks the plugin from talking to their
   website. Not ideal but at least the plugin and your site will work until, hopefully,
   they are back up.
 *     ```wp-block-code
       <?php/*Plugin Name: Block CodeRockz Remote Calls (temp)Description: Short-circuits HTTP calls to coderockz.com to avoid admin slowdowns.*/add_filter('pre_http_request', function ($pre, $r, $url) {if (strpos($url, 'coderockz.com') !== false) {return new WP_Error('coderockz_blocked', 'Temporarily blocked CodeRockz remote request');}return $pre;}, 10, 3);// Keep all HTTP requests snappy while testingadd_filter('http_request_timeout', function () { return 3; });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Premmerce Permalink Manager Issues with Litespeed](https://wordpress.org/support/topic/premmerce-permalink-manager-issues-with-litespeed/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/premmerce-permalink-manager-issues-with-litespeed/#post-18526193)
 * Not sure what you mean “yeah , it’s kind of wordpress core issue , it happens
   on sites that doesn’t have LiteSpeed” – My site does have Litespeed!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] Premmerce Permalink Manager Issues with Litespeed](https://wordpress.org/support/topic/premmerce-permalink-manager-issues-with-litespeed/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/premmerce-permalink-manager-issues-with-litespeed/#post-18526178)
 * By updating Permalinks, without making any changes.

Viewing 15 replies - 1 through 15 (of 536 total)

1 [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)