Cron job
-
Dear people,
Since the last week the EGOI plugin for WordPress Smart Marketing SMS and Newsletters Forms, version 4.0.3 makes cron jobs.
This is the code from the egoi-for-wp.php file in the plugins/smart-marketing-for-wp map:
if ( ! wp_next_scheduled( 'egoi_cron_hook' ) ) {// check next time hook will run wp_schedule_event( time(), 'sixty_seconds', 'egoi_cron_hook' ); }
Because of that in the address bar appears the cron job code like this: https://example.com/?doing_wp_cron=1648222954.4815180301666259765625
In the marketing department they don’t like it at all.
What is this cron job for? Is it possible to switch it off without serious consequences?
Have a beautiful day,
Igor Beuermann
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cron job’ is closed to new replies.