{"id":26096352,"url":"https://github.com/stuttter/wp-term-locks","last_synced_at":"2025-04-12T11:50:46.196Z","repository":{"id":57060732,"uuid":"49237007","full_name":"stuttter/wp-term-locks","owner":"stuttter","description":"Locks for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2019-06-07T19:20:59.000Z","size":36,"stargazers_count":9,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T06:34:29.103Z","etag":null,"topics":["locks","meta","terms","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuttter.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}},"created_at":"2016-01-07T23:26:02.000Z","updated_at":"2024-07-13T23:16:13.000Z","dependencies_parsed_at":"2022-08-24T14:53:41.285Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-term-locks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-locks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-locks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-locks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-locks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-locks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564977,"owners_count":21125412,"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":["locks","meta","terms","wordpress"],"created_at":"2025-03-09T14:45:34.149Z","updated_at":"2025-04-12T11:50:46.175Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Locks\n\nLock categories, tags, and other taxonomy terms.\n\nWP Term Locks allows administrators to lock taxonomy terms from being edited or deleted, providing security from authors \u0026 contributors that may try to modify them.\n\n# Installation\n\n* Download and install using the built in WordPress plugin installer.\n* Activate in the \"Plugins\" area of your admin by clicking the \"Activate\" link.\n* No further setup or configuration is necessary.\n\n# FAQ\n\n### Does this plugin depend on any others?\n\nNot since WordPress 4.4.\n\nInstall the [WP Term Meta](https://wordpress.org/plugins/wp-term-meta/ \"Metadata, for taxonomy terms.\") plugin if you're on an earlier version.\n\n### Does this create new database tables?\n\nNo. There are no new database tables with this plugin.\n\n### Does this modify existing database tables?\n\nNo. All of WordPress's core database tables remain untouched.\n\n### Can I query for terms by their `lock`?\n\nYes. Use a `meta_query` like:\n\n```\n$terms = get_terms( 'category', array(\n\t'depth'      =\u003e 1,\n\t'number'     =\u003e 100,\n\t'parent'     =\u003e 0,\n\t'hide_empty' =\u003e false,\n\n\t// Query by lock using the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key' =\u003e 'locks'\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-locks/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy visuals is growing fast. Having an easy-to-use UI and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-locks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-locks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-locks/lists"}