Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reyhoun/acf-subfield-chooser
Advanced Custom Field: Return custom subfield value of a custom repeater field as a select box
https://github.com/reyhoun/acf-subfield-chooser
Last synced: 27 days ago
JSON representation
Advanced Custom Field: Return custom subfield value of a custom repeater field as a select box
- Host: GitHub
- URL: https://github.com/reyhoun/acf-subfield-chooser
- Owner: reyhoun
- License: gpl-2.0
- Created: 2014-09-30T07:18:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T14:23:07.000Z (over 9 years ago)
- Last Synced: 2024-08-03T17:10:45.647Z (4 months ago)
- Language: PHP
- Size: 231 KB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acf - Sub Field Chooser - Return custom subfield value of a custom repeater field as a select box. (Third-Party Add-Ons)
README
# ACF Field Type Template
### Structure
* `/css`: folder for .css files.
* `/images`: folder for image files
* `/js`: folder for .js files
* `/lang`: folder for .pot, .po and .mo files
* `acf-subfield_chooser.php`: Main plugin file that includes the correct field file based on the ACF version
* `subfield_chooser-v5.php`: Field class compatible with ACF version 5
* `readme.txt`: WordPress readme file to be used by the wordpress repository# ACF Subfield Chooser Field
Return custom subfield value of a custom repeater field as a select box
-----------------------
### Compatibility
This ACF field type is compatible with:
* ACF 5### Installation
1. Copy the `acf-subfield-chooser` folder into your `wp-content/plugins` folder
2. Activate the Subfield Chooser plugin via the plugins admin page
3. Create a new field via ACF and select the Subfield Chooser type
4. Please refer to the description for more info regarding the field type settings