Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Comparativa de Bancos

    (@antorome)

    you can try adding something like for your yoast_tracking class

    delete_action( ‘my_task_hook’, ‘my_task_deactivate’ );
    // clean the scheduler
    function my_task_deactivate() {

    wp_clear_scheduled_hook( ‘my_task_hook’ );
    }

    Hi Sirs,

    I have the same question, how disable this cron?

    Thanks and Regards,

    Tony

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘yoast_tracking cronjob not deleted after deactivate’ is closed to new replies.