{"id":23843490,"url":"https://github.com/wpessential/wpessential-postypes","last_synced_at":"2026-02-14T02:37:04.648Z","repository":{"id":270405356,"uuid":"910285452","full_name":"wpessential/wpessential-postypes","owner":"wpessential","description":"Help to register the custom post types and taxonomies in WordPress.","archived":false,"fork":false,"pushed_at":"2025-03-19T14:04:16.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T17:53:46.202Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wpessential.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":"2024-12-30T22:09:10.000Z","updated_at":"2025-03-19T13:58:03.000Z","dependencies_parsed_at":"2024-12-30T23:18:32.504Z","dependency_job_id":"243a1dc3-3d96-4ef4-be2f-a449d6dd178f","html_url":"https://github.com/wpessential/wpessential-postypes","commit_stats":null,"previous_names":["wpessential/wpessential-postypes"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/wpessential/wpessential-postypes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-postypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-postypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-postypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-postypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpessential","download_url":"https://codeload.github.com/wpessential/wpessential-postypes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpessential%2Fwpessential-postypes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274087659,"owners_count":25220252,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":"2025-01-02T19:47:21.077Z","updated_at":"2026-02-14T02:36:59.624Z","avatar_url":"https://github.com/wpessential.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPEssential Postypes\n\nHelp to register the custom post types and taxonomies in WordPress.\n\n`composer require wpessential/wpessential-postypes`\n\nAdd the post type to WordPress registry\n\n```php\n$name = 'YOUR_POST_TYPE_NAME';\n$cpt = \\WPEssential\\Library\\Cpt::make($name);\n$cpt-\u003eregister();\n```\n\nRemove the post type from WordPress registry\n\n```php\n$name = 'YOUR_POST_TYPE_NAME';\n$cpt = \\WPEssential\\Library\\Cpt::make($name);\n$cpt-\u003eremove();\n```\nAdd the taxonomy to WordPress registry\n\n```php\n$post_type = 'YOUR_POST_TYPE_SLUG';\n$name = 'YOUR_TAXONOMY_NAME';\n$ctxm = \\WPEssential\\Library\\Ctxm::make($post_type, $name);\n$ctxm-\u003eregister();\n```\n\nRemove the taxonomy from WordPress registry\n\n```php\n$post_type = 'YOUR_POST_TYPE_SLUG';\n$name = 'YOUR_TAXONOMY_NAME';\n$ctxm = \\WPEssential\\Library\\Ctxm::make($post_type, $name);\n$ctxm-\u003eremove();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-postypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpessential%2Fwpessential-postypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpessential%2Fwpessential-postypes/lists"}