| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/plugins/wp-crontrol/src/Event/ |
| Current File : /home/eglisebaa/www/wp-content/plugins/wp-crontrol/src/Event/CrontrolEvent.php |
<?php
/**
* Base class for WP Crontrol managed events (PHP and URL cron events).
*/
namespace Crontrol\Event;
/**
* Abstract base class for WP Crontrol managed events.
*
* Provides common logic for PHP and URL cron events.
*/
abstract class CrontrolEvent extends Event {
#[\Override]
final public function hook_name_editable(): bool {
return false;
}
#[\Override]
final public function pausable(): bool {
return false;
}
}