{"id":18156195,"url":"https://github.com/pronamic/pronamic-post-expiration","last_synced_at":"2026-02-03T02:06:54.141Z","repository":{"id":260631986,"uuid":"876709549","full_name":"pronamic/pronamic-post-expiration","owner":"pronamic","description":"Easily manage and automate post expiration in WordPress.","archived":false,"fork":false,"pushed_at":"2024-12-09T09:57:09.000Z","size":321,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-09T10:39:30.977Z","etag":null,"topics":["action-scheduler","pronamic","wordpress","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pronamic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-10-22T12:34:26.000Z","updated_at":"2024-12-04T14:30:53.000Z","dependencies_parsed_at":"2024-11-01T14:20:33.804Z","dependency_job_id":"c14aa154-c229-4cde-ac01-90a83952bac5","html_url":"https://github.com/pronamic/pronamic-post-expiration","commit_stats":null,"previous_names":["pronamic/pronamic-post-expiration"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pronamic%2Fpronamic-post-expiration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pronamic%2Fpronamic-post-expiration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pronamic%2Fpronamic-post-expiration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pronamic%2Fpronamic-post-expiration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pronamic","download_url":"https://codeload.github.com/pronamic/pronamic-post-expiration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230596264,"owners_count":18250855,"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":["action-scheduler","pronamic","wordpress","wordpress-development","wordpress-plugin"],"created_at":"2024-11-02T05:05:42.779Z","updated_at":"2026-02-03T02:06:54.113Z","avatar_url":"https://github.com/pronamic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pronamic Post Expiration\n\nEasily manage and automate post expiration in WordPress.\n\n## WordPress post statuses\n\n| Post status         | Label      | Link |\n| ------------------- | ---------- | ---- |\n| `publish`           | Published  | [`wp-includes/post.php#L640-L652`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L640-L652) |\n| `future`            | Scheduled  | [`wp-includes/post.php#L654-L666`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L654-L666) |\n| `draft`             | Draft      | [`wp-includes/post.php#L668-L681`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L668-L681) |\n| `pending`           | Pending    | [`wp-includes/post.php#L683-L696`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L683-L696) |\n| `private`           | Private    | [`wp-includes/post.php#L698-L710`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L698-L710) |\n| `trash`             | Trash      | [`wp-includes/post.php#L712-L725`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L712-L725) |\n| `auto-draft`        | auto-draft | [`wp-includes/post.php#L727-L735`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L727-L735) |\n| `inherit`           | inherit    | [`wp-includes/post.php#L737-L745`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L737-L745) |\n| `request-pending`   | Pending    | [`wp-includes/post.php#L747-L760`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L747-L760) |\n| `request-confirmed` | Confirmed  | [`wp-includes/post.php#L762-L775`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L762-L775) |\n| `request-failed`    | Failed     | [`wp-includes/post.php#L777-L790`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L777-L790) |\n| `request-completed` | Completed  | [`wp-includes/post.php#L792-L805`](https://github.com/WordPress/wordpress-develop/blob/6.6.2/src/wp-includes/post.php#L792-L805) |\n\n## Post status `pronamic_expired`\n\nThis plugin registers the post status `pronamic_expired`.\n\n## Post type support\n\n```php\n\\register_post_type(\n\t'your_post_type',\n\t[\n\t\t// …\n\t\t'supports'           =\u003e [\n\t\t\t'title',\n\t\t\t'editor',\n\t\t\t'thumbnail',\n\t\t\t// …\n\t\t\t'pronamic-expiration',\n\t\t],\n\t\t// …\n\t]\n);\n```\n\n### Advanced support options\n\n```php\n\\register_post_type(\n\t'your_post_type',\n\t[\n\t\t// …\n\t\t'supports'           =\u003e [\n\t\t\t'title',\n\t\t\t'editor',\n\t\t\t'thumbnail',\n\t\t\t// …\n\t\t\t'pronamic-expiration' =\u003e [\n\t\t\t\t'post_status' =\u003e 'pronamic_expired',\n\t\t\t\t'show_ui'     =\u003e true,\n\t\t\t\t'source'      =\u003e 'your-plugin-slug',\n\t\t\t],\n\t\t],\n\t\t// …\n\t]\n);\n```\n\n## Links\n\n- https://schema.org/expires\n- https://wordpress.org/plugins/auto-post-expiration/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpronamic%2Fpronamic-post-expiration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpronamic%2Fpronamic-post-expiration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpronamic%2Fpronamic-post-expiration/lists"}