Title: tmumaster's Replies | WordPress.org

---

# tmumaster

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Uncaught TypeError in bulk-actions.php](https://wordpress.org/support/topic/uncaught-typeerror-in-bulk-actions-php/)
 *  Thread Starter [tmumaster](https://wordpress.org/support/users/tmumaster/)
 * (@tmumaster)
 * [2 days, 2 hours ago](https://wordpress.org/support/topic/uncaught-typeerror-in-bulk-actions-php/#post-18940008)
 * Thank you for looking into this!
 * Environment:
   WordPress: 7.0PHP: 8.3.31Theme: Academica 2.1.3
 * The error started happening when working with the settings of an unrelated plugin:“
   Simple Membership Plugin” (simple_wp_membership). Any changes under “Category
   Protection” triggers the WP error “Your site hit a critical error. Suspected 
   plugin: Simple Calendar 4.0.3” and the “Uncaught TypeError: explode()” error 
   in wp-content/plugins/google-calendar-events/includes/admin/bulk-actions.php(
   204) as described in the original post.
 * Looking at the Simple Calendar code:
 * [https://plugins.trac.wordpress.org/browser/google-calendar-events/trunk/includes/admin/bulk-actions.php](https://plugins.trac.wordpress.org/browser/google-calendar-events/trunk/includes/admin/bulk-actions.php)
 * it seems the function custom_bulk_admin_notices() is triggered as a add_action(
   admin_notices) hook. Perhaps in this case the variable “ids” is an array instead
   of a string as expected by the explode() function.

Viewing 1 replies (of 1 total)