php add_action('test_cron_event', function() { error_log('TEST CRON RAN at ' . date('Y-m-d H:i:s')); file_put_contents(__DIR__ . '/test-cron.log', date('Y-m-d H:i:s') . " - OK\n", FILE_APPEND); }); if (!wp_next_scheduled('test_cron_event')) { wp_schedule_event(time(), 'every_minute', 'test_cron_event'); } add_filter('cron_schedules', function($schedules) { $schedules['every_minute'] = array('interval' => 60, 'display' => 'Every Minute'); return $schedules; }); Σχόλια σε: STEPLUNA Φωτιστικό Σκαλοπατιού / Διαδρόμου ED RGB Dimmable https://pinterful.com/shop/fotismos/fotismos-kipoy/fotistika-skalopation-diadromon/stepluna-fotistiko-skalopatioy-diadromoy-led-6w-510lm-2/ Home Design Market Sun, 19 Apr 2026 08:03:26 +0000 hourly 1 https://wordpress.org/?v=6.9.4