Title: Tailored Media's Replies | WordPress.org

---

# Tailored Media

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Spell Check] plugin causing issue in cron.php](https://wordpress.org/support/topic/plugin-causing-issue-in-cron-php/)
 *  [Tailored Media](https://wordpress.org/support/users/tailoredweb/)
 * (@tailoredweb)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/plugin-causing-issue-in-cron-php/#post-10211802)
 * I’ve been having this problem too.
 * In my case, I was seeing errors with WordPress SEO plugin:
    Catchable fatal error:
   Argument 1 passed to WPSEO_OnPage::add_weekly_schedule() must be of the type 
   array, null given in /wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.
   php on line 105
 * It appears to be a result of `/wp-spell-check/wpspellcheck.php`, `function cron_add_custom()`,
   which runs on the filter `cron_schedules`. Approx line 2308-2350.
 * In some cases, this function has no return value, when the filter expects an 
   array returned. This would happen when `if (sizeof($check_db) == 0)`.
 * Finishing off the function with `return $schedules;` would probably fix the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Disable Double Opt-In](https://wordpress.org/support/topic/disable-double-opt-in-6/)
 *  [Tailored Media](https://wordpress.org/support/users/tailoredweb/)
 * (@tailoredweb)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/disable-double-opt-in-6/#post-9679515)
 * Chiming in to request this feature please. I have changed the line of code, so
   that’s a working temporary fix. But of course the next plugin update could revert
   that.

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