{"id":26793228,"url":"https://github.com/beapi/bea-acf-term-fields","last_synced_at":"2025-03-29T16:19:33.296Z","repository":{"id":34321209,"uuid":"38239451","full_name":"BeAPI/bea-acf-term-fields","owner":"BeAPI","description":"Simple class for adding the ACF values to the term object automatically","archived":false,"fork":false,"pushed_at":"2017-05-02T09:37:00.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T07:51:30.811Z","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-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BeAPI.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-06-29T09:30:13.000Z","updated_at":"2021-10-27T09:17:13.000Z","dependencies_parsed_at":"2022-09-14T03:41:11.773Z","dependency_job_id":null,"html_url":"https://github.com/BeAPI/bea-acf-term-fields","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeAPI%2Fbea-acf-term-fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeAPI%2Fbea-acf-term-fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeAPI%2Fbea-acf-term-fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeAPI%2Fbea-acf-term-fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeAPI","download_url":"https://codeload.github.com/BeAPI/bea-acf-term-fields/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246207565,"owners_count":20740737,"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":[],"created_at":"2025-03-29T16:19:32.701Z","updated_at":"2025-03-29T16:19:33.280Z","avatar_url":"https://github.com/BeAPI.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bea-acf-term-fields\nSimple class for adding the ACF values to the term object automatically\n\n# Usage \n\nThe usage is very simple, just add taxonomies you want to get the ACF fields from and the script does everything else.\n\n```php\nadd_action( 'init',  'init_taxonomies_fields', 11 );\n\n/**\n * Add taxonomies to the API for getting the fields for each term\n *\n * @author BeAPI\n */\npublic function init_taxonomies_fields() {\n\tBEA_ACF_Term_Fields::get_instance()\n\t\t-\u003eadd_taxonomy( 'post_tag' )\n\t\t-\u003eadd_taxonomy( 'category' );\n}\n\n\n## Changelog ##\n\n### 1.1.2\n* 02 May 2017\n* Fix fatal error on empty field name\n\n### 1.1.1\n* 19 Apr 2017\n* Fix admin notice\n\n### 1.0.0\n* Initial Release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapi%2Fbea-acf-term-fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeapi%2Fbea-acf-term-fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeapi%2Fbea-acf-term-fields/lists"}