{"id":21044578,"url":"https://github.com/tripflex/wp-advanced-cron-manager","last_synced_at":"2026-07-13T05:31:37.786Z","repository":{"id":147531929,"uuid":"56533195","full_name":"tripflex/wp-advanced-cron-manager","owner":"tripflex","description":"WordPress Advanced Cron Manager Plugin","archived":false,"fork":false,"pushed_at":"2016-04-19T16:05:56.000Z","size":34,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T09:39:37.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tripflex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-18T18:48:58.000Z","updated_at":"2018-04-23T05:40:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"12fea8a2-8abe-4e85-8ade-17d1ce0bfd27","html_url":"https://github.com/tripflex/wp-advanced-cron-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tripflex/wp-advanced-cron-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fwp-advanced-cron-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fwp-advanced-cron-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fwp-advanced-cron-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fwp-advanced-cron-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tripflex","download_url":"https://codeload.github.com/tripflex/wp-advanced-cron-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tripflex%2Fwp-advanced-cron-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35412244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T14:17:38.264Z","updated_at":"2026-07-13T05:31:37.767Z","avatar_url":"https://github.com/tripflex.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Advanced Cron Manager #\n\n![screenshot](https://smyl.es/img/Screenshot_2016-04-18_10-04-59_PM.png)\n\n**Contributors:** tripflex, Kubitomakita\n  \n**Tags:** cron, wp cron, manager, cron manager, add cron, execute cron, run cron, add cron, custom cron, cron list, remove cron, delete cron\n  \n**Requires at least:** 3.8\n  \n**Tested up to:** 4.5\n  \n**Stable tag:** 2.0.0\n  \n**License:** GPLv3+\n  \n**License URI:** http://www.gnu.org/licenses/gpl-3.0.html\n  \n\nAdvanced manager for WordPress Cron tasks and schedules. Adding, removing and viewing with a few clicks. \n\n## Description ##\n\nThis plugin allow you to manage WP Cron tasks:\n\n* viewing\n* deleting tasks and schedules\n* adding tasks and schedules\n\nPlugin use AJAX request so you'll need enabled Javascript in order to use it.\n\n**Advanced Cron Manager PRO**\n\nPRO version includes\n\n* Cron Logger - log cron executions\n\n[Buy now](http://underdev.it/downloads/advanced-cron-manager-pro/ \"Advanced Cron Manager PRO\")\n\n**Informations about WP Cron**\n\nPlease remember - after deactivation of this plugin added Schedules will be not available. Added Tasks will still work unless they use your custom schedule.\n\nImportant - WordPress Cron is depended on the User. WP Cron fires only on the page visit so it can be inaccurate.\n\n**Additional informations**\n\nPlugin supports i18n. If you would like to translate it grab a .po file, translate it and send it to me for plugin update. I'll be thankful :)\n\n## Installation ##\n\n1. Upload `wp-advanced-cron-manager` directory to the `/wp-content/plugins/` directory\n1. Activate the plugin through the 'Plugins' menu in WordPress\n\nPlugin's page sits under Tools menu item.\n\n## Frequently Asked Questions ##\n\n### Tasks and schedules will be still working after plugin deactivation/removal? ###\n\nTasks yes. Schedules no.\n\n### What is the task hook? ###\n\nIt's used for action. For example if your hook is hook_name you'll need to add in PHP:\n'add_action('hook_name', 'function_name');'\n\n## Screenshots ##\n![screenshot](https://smyl.es/img/Screenshot_2016-04-18_10-04-59_PM.png)\n\n## Changelog ##\n\n### 2.0.0 ###\n* Fork of Advanced Cron Manager created, major version bump to 2.0.0 to differentiate between source of fork\n* Fixed “On next page load” incorrectly showing when not true\n* Fixed output next run time\n* Next run now shows GMT time AND local time based on WordPress timezone settings\n* Next run date format now uses WordPress date format by default\n* Next run time format now uses WordPress time format by default\n* Fixed output PHP warning and error for cron args when argument is an array\n\n### 1.4.3 ###\n* Metabox promo update\n\n### 1.4.1 ###\n* Fixed executing when args are provided\n\n### 1.4 ###\n* Added hooks for PRO version\n* Removed PHP closing tags\n* Added settings widget\n\n### 1.3.2 ###\n* Fixed arguments passed to the action on AJAX request\n\n### 1.3 ###\n* Added promo metabox\n* WordPress 4.1 comatybility check\n* Updated translation\n* Added plugin icon\n\n### 1.2 ###\n* Readme improvement\n* Added execution button\n* Removed debug alert\n\n### 1.1 ###\n* Fixed Schedules list from other plugins\n\n### 1.0 ###\n* Plugin relase\n\n## Upgrade Notice ##\n\n### 1.2 ###\nRemoved debug alert and added execution button\n\n### 1.1 ###\nFixed Schedules list from other plugins\n\n### 1.0 ###\nPlugin relase","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fwp-advanced-cron-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftripflex%2Fwp-advanced-cron-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripflex%2Fwp-advanced-cron-manager/lists"}