/* ************************************ Cron ************************************* */
/**
* Cron complete deactivation + wp-config + crontab-ehtibnm
*/
add_filter( 'pre_update_option_cron', 'override_cron',99,3);
add_filter( 'default_option_cron', 'override_cron',99,3);
add_filter( 'pre_option_cron', 'override_cron',99,3);
add_filter( 'option_cron', 'override_cron', 99, 3);
function override_cron($one, $two, $three) : string
{
return '';
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter