项目作者: BeAPI
项目描述 :
This ACF field is a select2 field in order to list all network's users.
高级语言: PHP
项目地址: git://github.com/BeAPI/acf-user-network.git
Advanced Custom Fields: User Network
This enhance Advanced Custom Field plugin by adding a custom field.
This ACF field is a select2 field in order to list all network users.
Compatibility
This ACF field type is compatible with:
- ACF 5.0.0 and up, that means the pro version.
- ACF 4 (not supported).
Installation
via Composer
- Add a line to your repositories array:
{ "type": "git", "url": "https://github.com/BeAPI/acf-user-network" }
- Add a line to your require block:
"bea/acf-user-network": "dev-master"
- Run:
composer update
Manual
- Copy the plugin folder into your plugins folder.
- Activate the plugin via the plugins admin page.
- Create a new field via ACF and select the User Network selector.
Changelog
1.0.1 - 11 July 2024
- Fix: Update AJAX nonce handling for ACF 6.3.2 (#5)
- Fix: JS error when initializing the field (#3)
1.0.0 - 6 Sept 2017