https://github.com/log1x/acf-sidebar-selector
https://github.com/log1x/acf-sidebar-selector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/log1x/acf-sidebar-selector
- Owner: Log1x
- License: mit
- Created: 2020-07-29T23:33:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:45:16.000Z (over 1 year ago)
- Last Synced: 2025-04-29T13:07:03.467Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# ACF Sidebar Selector



A simple sidebar select field for Advanced Custom Fields that uses Select2.
## Requirements
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3
## Installation
### Bedrock
Install via Composer:
```bash
$ composer require log1x/acf-sidebar-selector
```
### Manual
Download the release `.zip` and install into `wp-content/plugins`.
## Bug Reports
If you discover a bug in ACF Sidebar Selector, please [open an issue](https://github.com/log1x/acf-sidebar-selector/issues).
## Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
## License
ACF Sidebar Selector is provided under the [MIT License](https://github.com/log1x/acf-sidebar-selector/blob/master/LICENSE.md).