AdvancedCustomFields / AdvancedCustomFields/acf
Add documentation and additional filters for acf/load_field_group
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 945
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to add a docs page for the filter acf/load_field_group much like acf/load_field?
I was looking for a long time for a filter to change the label on a group that is registered with PHP, not the admin UI.
Also, can the filter have corresponding modifiers like in acf/load_field that uses the identifier key?
I think this is done with the acf_add_filter_variations( 'acf/load_field', array('type', 'name', 'key'), 0 ); function.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing acf/load_field documentation page and the acf_add_filter_variations('acf/load_field', array('type', 'name', 'key'), 0) entry point mentioned in the issue. Determine how acf/load_field_group should be documented and whether matching type, name, and key modifiers are supported; done means the docs page exists and the requested filter variations work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100