{"id":25098497,"url":"https://github.com/shaileshdevs/wordpress-post-contributors-plugin","last_synced_at":"2026-05-02T04:41:46.402Z","repository":{"id":211568617,"uuid":"727079961","full_name":"shaileshdevs/wordpress-post-contributors-plugin","owner":"shaileshdevs","description":"WordPress plugin to show multiple selected post contributors on single post page","archived":false,"fork":false,"pushed_at":"2024-02-24T11:46:51.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T04:11:28.559Z","etag":null,"topics":["wordpress","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/shaileshdevs.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":"2023-12-04T06:21:14.000Z","updated_at":"2024-06-19T19:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"34ba00ef-7adb-4fc2-9a24-05085647b5ea","html_url":"https://github.com/shaileshdevs/wordpress-post-contributors-plugin","commit_stats":null,"previous_names":["shaileshdevs/wordpress-post-contributors-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaileshdevs/wordpress-post-contributors-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaileshdevs%2Fwordpress-post-contributors-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaileshdevs%2Fwordpress-post-contributors-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaileshdevs%2Fwordpress-post-contributors-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaileshdevs%2Fwordpress-post-contributors-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaileshdevs","download_url":"https://codeload.github.com/shaileshdevs/wordpress-post-contributors-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaileshdevs%2Fwordpress-post-contributors-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["wordpress","wordpress-plugin"],"created_at":"2025-02-07T18:31:46.283Z","updated_at":"2026-05-02T04:41:46.361Z","avatar_url":"https://github.com/shaileshdevs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Post Contributors Plugin by Shailesh\n\n## The following files are being used for all plugin functionalities\n```\n├── assets\n│   └── css\n│       └── frontend\n│           └── post-contributors-list.css\n├── includes\n│   ├── admin\n│   │   └── class-post-contributors-metabox.php\n│   ├── controller\n│   │   └── class-post-contributors.php\n│   ├── frontend\n│   │   └── class-post-contributors-display.php\n│   └── class-init.php\n├── templates\n│   └── frontend\n│       └── post-contributors-list.php\n├── shvsh-post-contributors.php\n└── uninstall.php\n```\n\n## Filters\n\n```php\n//loc: includes/admin/class-post-contributors-metabox.php\n/**\n * This filter can be used to change who can have the access to configure the post contributors.\n *\n * @param bool $has_access True if user has access, false otherwise.\n * @param int $user_id User Id.\n * @param int $post_id Post Id.\n */\napply_filters( 'shvsh_has_post_contributors_configuration_access', $has_access, $user_id, $post_id );\n```\n\n```php\n//loc: includes/admin/class-post-contributors-metabox.php\n/**\n * This filter can be used to modify the post contributors.\n *\n * @param array $post_contributors_ids The post contributors ids.\n * @param int $post_id The post id.\n */\napply_filters( 'shvsh_post_contributors_from_post_request', $post_contributors_ids, $post_id );\n```\n\n\u003chr /\u003e\n\u003ch4\u003eSteps\u003c/h4\u003e\n\u003chr /\u003e\n\n*Step 1 - Go to Post Edit Page*\n\n*Step 2 - Select the Post Contributors*\n![Select Post Contributors](select-post-contributors.png \"Select Post Contributors for Post\")\n\n*Step 3 - Update the Post*\n\n*Step 4 - That's it. View the Post Contributors on Your Post :thumbsup:*\n![View Post Contributors](view-post-contributors.png \"View the Post\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaileshdevs%2Fwordpress-post-contributors-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaileshdevs%2Fwordpress-post-contributors-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaileshdevs%2Fwordpress-post-contributors-plugin/lists"}