Opis
Z Advanced Cron Manager możesz zarządzać zadaniami WP Cron:
- view all registered events and their arguments nicely formatted
- przeszukuj zadania
- wymuszaj wykonanie każdego zadania z osobna
- dodawaj nowe zadania
- pauzuj zadania
- usuwaj zadania
- otrzymaj gotowy do skopiowania kod implementacji dla każdego zadania
- wykonuj akcje masowe
- block WP Cron spawning and get instructions how to set Server Scheduler
i harmonogramami:
- przeglądaj wszystkie zarejestrowane harmonogramy
- dodawaj nowe harmonogramy
- edytuj harmonogramy
- usuwaj harmonogramy
Wtyczka używa AJAXa, więc musisz mieć włączoną obsługę Javascript, aby móc jej używać.
Advanced Cron Manager PRO
Wersja PRO zawiera
- Better event planning – You can add a custom schedule that will fire your events at a specific time, ie. at noon on the last day of the month, or only Fridays
- Loger – zapisuj wywołania zadań
- Przeplanowywanie zadań – zmień datę następnego wykonania zadania, aby kontrolować obciążenie serwera
- Event listeners – you can see what functions or methods are listening for a particular event
- Przechwytywanie błędów – łap wszystkie fatal errory, warningi i notice, aby wyświetlić je w logu
- Statystyki wydajności – zobacz jak dużo czasu i pamięci zabiera poszczególne zadanie
- Debug tool – log any useful information from Cron callback
Information about WP Cron
Pamiętaj – po deaktywacji tej wtyczki zadania Twoje harmonogramy przestaną działać. Zadania będą nadal wykonywane.
Ważne – Cron w WordPress zależny jest od użytkownika. Odpala się on tylko kiedy ktoś odwiedza stronę, więc zadania nie będą wykonywać się idealnie w tym momencie, w którym powinny.
Custom Development
BracketSpace – the company behind this plugin provides custom WordPress plugin development services. We can create any custom plugin for you.
Zrzuty ekranu
Instalacja
Pobierz i zainstaluj tą wtyczkę poprzez ekran Wtyczki -> Dodaj nową w panelu administratora.
Strona wtyczki znajduje się w menu Narzędzia.
Najczęściej zadawane pytania
-
Zadania i harmonogramy będą działać po deaktywacji/usunięciu wtyczki?
-
Zadania tak. Harmonogramy nie.
-
Jak działa pauzowanie?
-
Zapauzowane zadanie jest tak naprawdę usuwane z kolejki i przechowywane w bazie danych. Jeśli je odpauzujesz, zostanie ono spowrotem dodane do kolejki. Wszystkie zapauzowane zadania są przywracane podczas usuwania wtyczki.
-
Czym jest nazwa akcji zadania?
-
Jest używana w akcji PHP. Np. jeśli twoja akcja nazywa się nazwa_akcji, musisz dodać w PHP:
add_action( 'nazwa_akcji’, 'nazwa_funkcji’ ); -
Czy ta wtyczka pozwala dodawać PHP do zadań, tak jak wtyczka WP Control?
-
No. This is not safe. You can, however, copy the sample implementation and paste it into your own plugin or theme’s function.php file.
-
Czy ta wtyczka potrafi zablokować WP Crona i pomóc podpiąć się do Crona serwera tak jak wtyczka WP-Cron Control?
-
Yes, but WP-Cron Control is quite old and it’s tactics is not needed anymore. Advanced Cron Manager can disable spawning WP Cron on site visit and will give you useful information about added Server Cron task.
-
Can you create a plugin for me?
-
Yes! We’re offering a custom plugin development services. Feel free to contact us to find out how we can help you.
Recenzje
Kontrybutorzy i deweloperzy
„Advanced Cron Manager” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „Advanced Cron Manager” została przetłumaczona na 8 języków. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “Advanced Cron Manager” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
2.5.10
- [Fixed] Fixed security issue causing subscribers could see the schedules or events.
2.5.9
- [Fixed] Missing plugin assets in package.
2.5.8
- [Fixed] Undefined variable typo.
2.5.7
- [Fixed] Plugin package.
2.5.6
- [Fixed] Security vulnerability.
2.5.5
- [Added] Custom schedules availability info.
2.5.4
- [Added] Code filters and actions. Required by Advanced Cron Manager PRO v2.7.
2.5.3
- [Security] Some input fields were not sanitized properly.
2.5.2
- [Fixed] Warning while adding new event.
- [Changed] Adding a proper message when you try to delete non-existing event.
2.5.1
- [Fixed] Dynamic property notices.
- [Fixed] Notice when adding event without arguments.
- [Fixed] Server scheduler conditional display logic.
- [Fixed] PHP 8 deprecated dynamic property creation.
- [Changed] Fixed typos.
- [Added] New WordPress protected events.
2.5.0
- [Changed] Updated dependencies (Node >= 12)
- [Changed] Adding a new event form now has more user-friendly argument management.
- [Added] Listeners – with PRO version you can now see all the methods hooked into the particular event.
- [Added] Event argument preview – arguments that contain objects, arrays, or are longer than 10 characters are now nicely formatted inside a modal.
2.4.2
- [Fixed] Link to server scheduler documentation
- [Fixed] Unauthorized actions. Now all the plugin actions are checking if the user is allowed to run them.
2.4.1
- [Fixed] Composer dev dependencies are now not bundled in the production package
- [Fixed] „nul” typo causing fatal errors on newer PHP versions
- [Changed] Updated composer dependencies
2.4.0
- [Added] Event columns sorting
- [Fixed] Cron hook sanitizer doesn’t allow usage of slashes
- [Fixed] Update list of protected events
- [Fixed] Preserve search when events table rerender
- [Changed] Don’t allow to pause protected events
2.3.10
- [Fixed] A „Trying to get property 'hash’ of non-object” warning fix when executed event doesn’t exist anymore
- [Added] Action for adding own event row actions
2.3.9
- [Fixed] „non-numeric value encountered” error with event arguments
- [Fixed] Fatal error when even argument was an object. Now, class name is displayed
- [Changed] Now when event is executed manually, DOING_CRON constant is defined
2.3.8
- [Fixed] Events table width
- [Changed] ACF PRO download link
2.3.7
- [Fixed] WordPress <4.7 compatibility
2.3.6
- [Fixed] PHP 7.2 compatibility
2.3.5
- [Fixed] Fatal error when event argument was an object
- [Fixed] Notices
- [Fixed] Arguments list in the events table
- [Changed] Composer libraries updated
- [Changed] Node packages updated
- [Added] Plugin action link on Plugins table
= 2.3.4
* [Fixed] wp-hooks script handle, causing the page to not load plugin’s JavaScript
= 2.3.3
* [Changed] JavaScript hooks library which was conflicting with Gutenberg
2.3.2
- [Fixed] i18n of Apply button
- [Added] Scheduled and Uncheduled actions for events
2.3.1
- [Fixed] Array to string conversion error fix for event arguments
- [Fixed] Missing old plugin file error fix
- [Added] Notification plugin promo box
2.3.0
- [Changed] Proper compatibility with PHP 5.3
- [Changed] Updated composer libraries
- [Changed] Dice Container is not longer used
- [Fixed] Problem with nested Composer environment, thanks to @v_decadence
- [Fixed] Assets vendor directory
2.2.3
- [Added] Compatibility with PHP 5.3 with Dice library
- [Changed] PHP 5.6 requirement to PHP 5.3
- [Changed] Moved Container to separate file
2.2.2
- [Changed] Minimum PHP version to 5.6
2.2.1
- [Fixed] Delete file where DI52 container was still used
2.2.0
- [Changed] Updated composer libraries
- [Changed] Changed DI52 Container to Dice in own namespace
- [Added] Server Scheduler section with information about hooking the WP Cron to server scheduler
2.1.2
- [Changed] Schedules can be registered in the system with 0s interval, thanks to @barryalbert
2.1.1
- [Changed] Requirements lib has been moved to Composer
2.1.0
- [Changed] Utilities classes has been moved to separate composer libraries
- [Changed] Requirements checks
- [Changed] date() function to date_i18n()
- [Fixed] Deprecated function has been updated
- [Fixed] Translations. There was few missing gettext functions
- [Added] Schedules dropdown in add new event form now includes schedule’s slug
- [Added] Sanitization of Schedule and Event slugs in Add forms
2.0.0
- [Changed] Pretty much everything. There’s new interface and code base.
- [Added] Events search
- [Added] Ability to pause/unpause events
- [Added] Ability to edit schedules
- [Added] Example PHP implementation for each event (action and callback function)
- [Dodane] Akcje masowe
1.5
- [Fixed] Manual execution of task which is giving an errors
1.4.4
- [Added] French translation thanks to Laurent Naudier
- [Changed] Promo box from Popslide plugin to Notification
1.4.3
- Metabox promo update
1.4.1
- Fixed executing when args are provided
1.4
- Added hooks for PRO version
- Removed PHP closing tags
- Added settings widget
1.3.2
- Fixed arguments passed to the action on AJAX request
1.3
- Added promo metabox
- WordPress 4.1 comatybility check
- Updated translation
- Added plugin icon
1.2
- Readme improvement
- Added execution button
- Removed debug alert
1.1
- Fixed Schedules list from other plugins
1.0
- Plugin release