• Resolved solvafabiola

    (@solvafabiola)


    Hello, I am using WP-crontrol plugin for use Redi reservation.
    but now I see many cron jobs is running on my wordpress dashboard.
    Please see this.
    https://ibb.co/JmgQ1wM
    https://ibb.co/LSC67wG
    As you see on screenshot, there are many automatically cron jobs on my wordpress.
    How can remove this jobs?
    I only need one cron job for my redi-reservation plugin.
    Please let me know. thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    You can delete unwanted cron events by clicking the Delete button below each one, or using the checkboxes and then selecting the Delete option from the Bulk Actions menu.

    Bear in mind though that many of these events are probably essential to your site running as expected, and if you delete them you may cause problems, or they event may simply be re-created by the plugin that schedules them.

    Thread Starter solvafabiola

    (@solvafabiola)

    Thank you for your help,I researched about this problem on Google.
    They said me I have to add follow line in wp-config.php of wordpress.
    define(‘DISABLE_WP_CRON’, true);
    If I add this line to wp-config.php file, my all cron jobs will not run again never?
    Please let me know.
    – Second question:
    If you possible, could you explain about what is different between cron event and cron schedule in wordpress dashboard?
    I am confuse about this two section.
    thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I need to many cron Jobs from my wordpress site’ is closed to new replies.