Title: Cannot use the plugin
Last modified: September 11, 2025

---

# Cannot use the plugin

 *  [cheesygoat](https://wordpress.org/support/users/cheesygoat/)
 * (@cheesygoat)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/)
 * 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](https://cheesythegoat.com/wp-content/uploads/2025/09/Screenshot_20250911_162944_Samsung-Internet.jpg)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-use-the-plugin-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months, 3 weeks 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; });
       ```
   
 *  Thread Starter [cheesygoat](https://wordpress.org/support/users/cheesygoat/)
 * (@cheesygoat)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637213)
 * [@greencode](https://wordpress.org/support/users/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](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months, 3 weeks 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?
 *  Thread Starter [cheesygoat](https://wordpress.org/support/users/cheesygoat/)
 * (@cheesygoat)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637219)
 * [@greencode](https://wordpress.org/support/users/greencode/) It just remains 
   the same. I press activate and it cannot activate.
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [8 months, 3 weeks 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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Cannot use the plugin’ is closed to new replies.

 * ![](https://ps.w.org/woo-delivery/assets/icon-256x256.png?rev=2421326)
 * [Delivery & Pickup Date Time for WooCommerce](https://wordpress.org/plugins/woo-delivery/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-delivery/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-delivery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-delivery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-delivery/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [greencode](https://wordpress.org/support/users/greencode/)
 * Last activity: [8 months, 3 weeks ago](https://wordpress.org/support/topic/cannot-use-the-plugin-2/#post-18637226)
 * Status: not resolved