{"id":23859508,"url":"https://github.com/pokhiii/wc-queries","last_synced_at":"2026-01-30T21:03:48.098Z","repository":{"id":101946252,"uuid":"236731996","full_name":"pokhiii/wc-queries","owner":"pokhiii","description":"Beautiful queries for WooCommerce.","archived":false,"fork":false,"pushed_at":"2020-06-17T14:03:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T01:45:14.416Z","etag":null,"topics":["action-scheduler","sql","woocommerce","woocommerce-subscription"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pokhiii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-01-28T12:38:26.000Z","updated_at":"2020-06-17T14:03:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3e7c167-8508-461f-8cca-4c1da1dd2802","html_url":"https://github.com/pokhiii/wc-queries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pokhiii/wc-queries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokhiii%2Fwc-queries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokhiii%2Fwc-queries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokhiii%2Fwc-queries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokhiii%2Fwc-queries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pokhiii","download_url":"https://codeload.github.com/pokhiii/wc-queries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokhiii%2Fwc-queries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["action-scheduler","sql","woocommerce","woocommerce-subscription"],"created_at":"2025-01-03T03:37:06.569Z","updated_at":"2026-01-30T21:03:48.082Z","avatar_url":"https://github.com/pokhiii.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# wc-action-scheduler-query\nQueries for the WooCommerce Action Scheduler 3.0.\n\n\n## WooCommerce Subscriptions\n\n### Finding schedule for renewals\n\n  ```sql\n  SELECT\n    `scheduled_date_local`, `args`\n  FROM\n    `wp_actionscheduler_actions`\n  WHERE\n    `status` = 'pending'  # Status: 'canceled', 'complete', 'failed', 'pending'\n    AND `hook` = 'woocommerce_scheduled_subscription_payment'\n    AND `scheduled_date_local` \u003e= '2020-01-28 00:00:00'\t# Start time\n    AND `scheduled_date_local` \u003c '2020-01-29 00:00:00'\t# End time\n  ORDER BY\n    `scheduled_date_local`;\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokhiii%2Fwc-queries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpokhiii%2Fwc-queries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokhiii%2Fwc-queries/lists"}