{"id":20508495,"url":"https://github.com/daggerhart/lock-plugins","last_synced_at":"2026-02-05T08:01:43.080Z","repository":{"id":142372151,"uuid":"66945886","full_name":"daggerhart/lock-plugins","owner":"daggerhart","description":"Simple plugin that prevents requests for updates for a given list of plugins. ","archived":false,"fork":false,"pushed_at":"2016-08-30T14:15:51.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T20:22:53.654Z","etag":null,"topics":["wordpress"],"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/daggerhart.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-30T14:02:04.000Z","updated_at":"2020-04-27T15:31:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ac5b5e8-59e2-49d6-842b-692991098ccd","html_url":"https://github.com/daggerhart/lock-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerhart/lock-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerhart%2Flock-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerhart%2Flock-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerhart%2Flock-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerhart%2Flock-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerhart","download_url":"https://codeload.github.com/daggerhart/lock-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerhart%2Flock-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":["wordpress"],"created_at":"2024-11-15T20:18:58.446Z","updated_at":"2026-02-05T08:01:43.058Z","avatar_url":"https://github.com/daggerhart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Lock Plugins\n\nA simple WordPress plugin that allows developers to prevent other plugins from updating.\n\nInspiration: https://twitter.com/danielbachhuber/status/768907891294121984\n\n### Usage\n\nChances are you'd want to put this plugin to be a [Must Use Plugin](https://codex.wordpress.org/Must_Use_Plugins), to prevent it from being disabled.\n\nThen in another plugin, use the following filter to add your list of plugins that should not look for updates.\n\n```php\nadd_filter('lock_plugins-locked_plugins', function($plugins){\n  $plugins[] = 'akismet/akismet.php';\n\n  return $plugins;\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerhart%2Flock-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerhart%2Flock-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerhart%2Flock-plugins/lists"}