{"id":13439830,"url":"https://github.com/micc83/WpDevTool","last_synced_at":"2025-03-20T09:30:44.391Z","repository":{"id":6312832,"uuid":"7547743","full_name":"micc83/WpDevTool","owner":"micc83","description":"Development tools for WordPress","archived":false,"fork":false,"pushed_at":"2013-07-03T07:11:46.000Z","size":1108,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T06:57:15.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://codeb.it","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/micc83.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}},"created_at":"2013-01-10T20:07:54.000Z","updated_at":"2023-02-26T01:33:43.000Z","dependencies_parsed_at":"2022-09-14T05:11:23.971Z","dependency_job_id":null,"html_url":"https://github.com/micc83/WpDevTool","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micc83%2FWpDevTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micc83%2FWpDevTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micc83%2FWpDevTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micc83%2FWpDevTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micc83","download_url":"https://codeload.github.com/micc83/WpDevTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244585623,"owners_count":20476769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07-31T03:01:17.451Z","updated_at":"2025-03-20T09:30:44.011Z","avatar_url":"https://github.com/micc83.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"#WpDevTool - WordPress Developer Tool v0.1.1\nA simple development tool for WordPress...\n\n##Description\nWpDevTool implements many useful functions for WordPress Developer such as:\n\n* **Maintenance mode**: Return a HTTP RESPONSE 503 (Service Temporary Unavailable) Under Maintenance landing page\n* **Debug bar**: A simple bar which show number of query, timing and memory of current page\n* **Enable error display and logging**: Now you can enable PHP errors diplay and logging without editing wp_config.php\n* **Log console**: A console to show WordPress Error Log\n* **Email redirect**: Redirect all WordPress emails to a single address\n* **Wp-Cron manager**: Visualisation, search and deletion of Wp-Cron\n* **Permalinks viewer**: Visualisation and search of Permalinks\n* **wdt_dump()**: A formatted version of var_dump()\n\n##Installation\n\n1. Upload WpDevTool folder to the '/wp-content/plugins/' directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n\n##Frequently Asked Questions\n\n### WpDevTool Errors Handling\n\nWpDevTool can handle errors for you with the only downside that is fired at plugins activation. If you need a more complete logging and still use WpDevTool Error Console you can manually edit your wp-config.php file. Set WP_DEBUG constant to TRUE in your wp-config.php file and add the following lines of code right after :\n```php\nif (WP_DEBUG) {\n  define('WP_DEBUG_LOG', true);\n  define('WP_DEBUG_DISPLAY', false);\n  @ini_set('display_errors',0);\n}\n```\n\n##Support or Contact\nHaving trouble with WpDevTool? Open an [issue](https://github.com/micc83/WpDevTool/issues) or contact me at micc83@gmail.com\n\n##Credits\nIcon Credits goes to: [miniMAC](http://http://www.minimamente.com)\n\n##Screenshots\n![Settings Window](https://raw.github.com/micc83/WpDevTool/0.1.0/WpDevTool/screenshot-2.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicc83%2FWpDevTool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicc83%2FWpDevTool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicc83%2FWpDevTool/lists"}