{"id":23379420,"url":"https://github.com/log-oscon/acf-plus","last_synced_at":"2025-04-10T20:46:27.962Z","repository":{"id":62518744,"uuid":"41795293","full_name":"log-oscon/acf-plus","owner":"log-oscon","description":"Common utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.","archived":false,"fork":false,"pushed_at":"2016-12-27T11:40:11.000Z","size":36,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-24T18:21:13.926Z","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/log-oscon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T10:32:22.000Z","updated_at":"2020-02-15T10:22:50.000Z","dependencies_parsed_at":"2022-11-02T10:31:42.425Z","dependency_job_id":null,"html_url":"https://github.com/log-oscon/acf-plus","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2Facf-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2Facf-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2Facf-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2Facf-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/log-oscon","download_url":"https://codeload.github.com/log-oscon/acf-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248231673,"owners_count":21069370,"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":"2024-12-21T19:18:35.441Z","updated_at":"2025-04-10T20:46:27.938Z","avatar_url":"https://github.com/log-oscon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACF Plus #\n\nCommon utility classes for the Advanced Custom Fields (Pro) plugin on WordPress.\n\n## Usage ##\n\n### Field Groups ###\n\nExtend the `\\logoscon\\ACF\\Group` class, defining the `_register()` method:\n\n```php\nclass My_Group extends \\logoscon\\ACF\\Group {\n\n    protected function _register() {\n        // My field group definition.\n    }\n\n}\n```\n\nThis method should contain (at the very least) the code exported by Advanced Custom Fields, although you're encouraged to improve its maintainability.  To help make code clearer, the following helper methods are provided:\n\n* `_field_tab`\n* `_location_is`\n* `_location_in` (see `\\logoscon\\ACF\\Rule\\Operator\\In`)\n* `_location_are`\n\n### Support for the `IN` operator in location rules ###\n\n```php\n\\logoscon\\ACF\\Rule\\Operator\\In::register();\n```\n\n## Changelog ##\n\n### 1.1.0 ###\n* Multiple location rule builder for equality checks.\n\n### 1.0.0 ###\n* Initial release.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-oscon%2Facf-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog-oscon%2Facf-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-oscon%2Facf-plus/lists"}