File manager - Edit - /home/vblioqus/public_html/wp-content/plugins/webp-converter-for-media/src/Plugin/Deactivation/CronManager.php
Back
<?php namespace WebpConverter\Plugin\Deactivation; use WebpConverter\Conversion\Cron\CronEventGenerator; /** * Removes cron event that starts converting all images. */ class CronManager { /** * Resets cron event to regenerate all images. * * @return void */ public function reset_cron_event() { wp_clear_scheduled_hook( CronEventGenerator::CRON_PATHS_ACTION ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings