WPIntell

Source evidence

Cannot use the plugin

Delivery & Pickup Date Time for WooCommerce · support · 2025-09-11T08:36:00+00:00

complaintsentiment
highseverity
0.78relevance
5replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
cheesygoat unresolved
Hello, I suddenly cannot use the plugin. I press activate but it has still on this page. Many thanks. https://cheesythegoat.com/wp-content/uploads/2025/09/Screenshot_20250911_162944_Samsung-Internet.jpg The page I need help with: [ log in to see the link] 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. <?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 testing add_filter('http_request_timeout', function () { return 3; }); @greencode Hello, I have tried your method, but it does not seems working for my site. I have activate your plugin first then the delivery plugin. @cheesygoat What happens? Is it still just timing out? @greencode It just remains the same. I press activate and it cannot activate. @cheesygoat Very strange. It worked for me. Hopefully @coderockz will get this issue resolved very soon.

Comments

5 shown
greencode 2025-09-11T09:32:00+00:00

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. <?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 testing add_filter('http_request_timeout', function () { return 3; });

cheesygoat 2025-09-11T10:10:00+00:00

@greencode Hello, I have tried your method, but it does not seems working for my site. I have activate your plugin first then the delivery plugin.

greencode 2025-09-11T10:12:00+00:00

@cheesygoat What happens? Is it still just timing out?

cheesygoat 2025-09-11T10:13:00+00:00

@greencode It just remains the same. I press activate and it cannot activate.

greencode 2025-09-11T10:16:00+00:00

@cheesygoat Very strange. It worked for me. Hopefully @coderockz will get this issue resolved very soon.