{"id":15546806,"url":"https://github.com/airesvsg/acf-to-rest-api-recursive","last_synced_at":"2025-04-15T01:42:35.179Z","repository":{"id":31452229,"uuid":"127932103","full_name":"airesvsg/acf-to-rest-api-recursive","owner":"airesvsg","description":"Get ACF fields recursively","archived":false,"fork":false,"pushed_at":"2022-01-02T09:12:12.000Z","size":6,"stargazers_count":43,"open_issues_count":9,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T13:44:22.265Z","etag":null,"topics":["acf-to-rest-api","fields","recursive","rest-api","wordpress-api"],"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/airesvsg.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}},"created_at":"2018-04-03T15:50:22.000Z","updated_at":"2024-07-21T07:05:40.000Z","dependencies_parsed_at":"2022-08-03T15:18:02.047Z","dependency_job_id":null,"html_url":"https://github.com/airesvsg/acf-to-rest-api-recursive","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/airesvsg%2Facf-to-rest-api-recursive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airesvsg%2Facf-to-rest-api-recursive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airesvsg%2Facf-to-rest-api-recursive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airesvsg%2Facf-to-rest-api-recursive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airesvsg","download_url":"https://codeload.github.com/airesvsg/acf-to-rest-api-recursive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991511,"owners_count":21194893,"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":["acf-to-rest-api","fields","recursive","rest-api","wordpress-api"],"created_at":"2024-10-02T13:04:49.880Z","updated_at":"2025-04-15T01:42:35.165Z","avatar_url":"https://github.com/airesvsg.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ACF to REST API Recursive\n====\nGet ACF Fields Recursively\n\n- [Installation](#installation)\n- [Filters](#filters)\n\nInstallation\n====\n1. Copy the `acf-to-rest-api-recursive` folder into your `wp-content/plugins` folder\n2. Activate the `ACF to REST API Recursive` plugin via the plugin admin page\n\nFilters\n====\n| Filter    | Argument(s) |\n|-----------|-----------|\n| acf/rest_api/recursive/types | array $types |\n\nHow to use:\n```PHP\nadd_filter( 'acf/rest_api/recursive/types', function( $types ) {\n\tif ( isset( $types['post'] ) ) {\n\t\tunset( $types['post'] );\n\t}\n\n\treturn $types;\n} );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairesvsg%2Facf-to-rest-api-recursive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairesvsg%2Facf-to-rest-api-recursive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairesvsg%2Facf-to-rest-api-recursive/lists"}