{"id":26096348,"url":"https://github.com/stuttter/wp-term-visibility","last_synced_at":"2025-07-05T04:40:39.954Z","repository":{"id":57060726,"uuid":"41740366","full_name":"stuttter/wp-term-visibility","owner":"stuttter","description":"Visibility for categories, tags, and other taxonomy terms","archived":false,"fork":false,"pushed_at":"2019-06-07T19:21:34.000Z","size":41,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T04:38:03.244Z","etag":null,"topics":["meta","terms","visibility","wordpress"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/wp-term-visibility/","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":"2015-09-01T13:30:45.000Z","updated_at":"2025-02-06T04:16:23.000Z","dependencies_parsed_at":"2022-08-24T14:53:41.182Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-term-visibility","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stuttter/wp-term-visibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-visibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-visibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-visibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-visibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-term-visibility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-term-visibility/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263685662,"owners_count":23495902,"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":["meta","terms","visibility","wordpress"],"created_at":"2025-03-09T14:45:32.889Z","updated_at":"2025-07-05T04:40:39.906Z","avatar_url":"https://github.com/stuttter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WP Term Visibility\n\nVisibility for categories, tags, and other taxonomy terms\n\nWP Term Visibility allows users to assign a visibility to any category, tag, or taxonomy term using a dropdown, providing customized functionality for taxonomy terms.\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 `visibility`?\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 visibility using the \"wp-term-meta\" plugin!\n\t'meta_query' =\u003e array( array(\n\t\t'key'   =\u003e 'visibility',\n\t\t'value' =\u003e 'private'\n\t) )\n) );\n```\n\n### Where can I get support?\n\nThe WordPress support forums: https://wordpress.org/support/plugin/wp-term-visibility/\n\n### Can I contribute?\n\nYes, please! The number of users needing more robust taxonomy terms 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-visibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-term-visibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-term-visibility/lists"}