{"id":13759602,"url":"https://github.com/humanmade/Unpublish","last_synced_at":"2025-05-10T09:33:12.166Z","repository":{"id":11331888,"uuid":"13756850","full_name":"humanmade/Unpublish","owner":"humanmade","description":"A plugin for unpublishing content.","archived":false,"fork":false,"pushed_at":"2021-09-20T04:21:22.000Z","size":317,"stargazers_count":24,"open_issues_count":6,"forks_count":3,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-05-08T13:49:13.418Z","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/humanmade.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-10-21T22:21:28.000Z","updated_at":"2025-02-23T00:58:17.000Z","dependencies_parsed_at":"2022-08-20T10:00:17.918Z","dependency_job_id":null,"html_url":"https://github.com/humanmade/Unpublish","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FUnpublish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FUnpublish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FUnpublish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humanmade%2FUnpublish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humanmade","download_url":"https://codeload.github.com/humanmade/Unpublish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253397438,"owners_count":21902027,"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-08-03T13:00:56.093Z","updated_at":"2025-05-10T09:33:11.938Z","avatar_url":"https://github.com/humanmade.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"\u003ctable width=\"100%\"\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd align=\"left\" width=\"100%\"\u003e\n\t\t\t\u003cstrong\u003eUnpublish\u003c/strong\u003e\u003cbr /\u003e\n\t\t\tAdds a setting under \u003cstrong\u003ePublish\u003c/strong\u003e in the WordPress post editor screen to allow unpublishing a post at a given date.\n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\n\t\t\tA \u003cstrong\u003e\u003ca href=\"https://hmn.md/\"\u003eHuman Made\u003c/a\u003e\u003c/strong\u003e project. \n\t\t\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\nHave you ever wished you could set a post to be unpublished automatically at a preset date?\nWell now you can!\n\nIntroducing **Unpublish**\n==========\n\nThis plugin does one thing : it adds a setting to the post editor screen under the **Publish** section which allows you to enter a date by which the post will not be published anymore.\n\nInstallation\n==========\n\n1. Upload the `unpublish` folder to the `/wp-content/plugins/` directory  or just upload the ZIP package via `Plugins \u003e Add New \u003e Upload` in your WP Admin.\n1. Activate the plugin through the`Plugins` menu in WordPress.\n1. Place `add_post_type_support( 'post', 'unpublish' );` in your theme's functions.php for example.\n\nFrequently Asked Questions\n==========\n\n## Does it work with any post type?\nYes, as long as you modify the code accordingly:\n\n\t$types = array( 'post', 'page' );\n\tforeach( $types as $type ) {\n\t\tadd_post_type_support( $type, 'unpublish' );`\n\t}\n\nChangelog\n=======\n= 1.3 =\n* Fix bug where unpublished posts can not be restored from trash. Props [ginaliao](https://github.com/ginaliao).\n\n= 1.2 =\n* Protect meta key\n\n= 1.1 =\n* Move unpublish field to appear immediatly below the publish date.\n* Alter schedule as post meta updates.\n* Match formatting of unpublish and publish time.\n* Ensure schedule is removed when posts are trashed.\n\nCredits\n=======\nCreated by [Human Made](https://hmn.md/) for high volume and large-scale sites. Thanks to all our [contributors](https://github.com/humanmade/Unpublish/graphs/contributors).\n\nInterested in joining in on the fun? [Join us, and become human!](https://hmn.md/is/hiring/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanmade%2FUnpublish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanmade%2FUnpublish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanmade%2FUnpublish/lists"}