Cron jobs for deactivated plugins

This might be because the plugins you were using didnt deregister the crons it setup. To remove the crons use the following code in your functions file:

add_action("init", "clear_crons_left");
function clear_crons_left() {
    wp_clear_scheduled_hook("cron_name");
}

Once thats run once you can safely remove it

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)