https://github.com/andriilive/wp-acf-extended-config
Activates acfe debug mode for 'development' environment
https://github.com/andriilive/wp-acf-extended-config
wordpress wordpress-muplugin wordpress-plugin
Last synced: about 2 months ago
JSON representation
Activates acfe debug mode for 'development' environment
- Host: GitHub
- URL: https://github.com/andriilive/wp-acf-extended-config
- Owner: andriilive
- License: apache-2.0
- Created: 2022-09-23T03:04:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T22:46:15.000Z (over 2 years ago)
- Last Synced: 2025-05-12T12:08:38.353Z (about 1 year ago)
- Topics: wordpress, wordpress-muplugin, wordpress-plugin
- Language: PHP
- Homepage: https://packagist.org/packages/andriilive/wp-acf-extended-config
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wp Acf Extended Config
## Regular plugin vs mu-plugin
- as mu-plugin (recommended): [main branch](https://github.com/andriilive/wp-acf-extended-config)
- as regular plugin: [plugin branch](https://github.com/andriilive/wp-acf-extended-config/tree/plugin)
To install as regular plugin use `composer require andriilive/wp-acf-extended-config:dev-plugin`
`wp-acf-extended-config` plugin activates acfe debug mode for 'development' environment or if `WP_DEBUG` is `true`
+ Last update: June 2021
+ No need for configuration. Activate and go
+ Tested with `Wordpress 5.7.2` & `php 8.0`
+ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs
## Requirements
- Requires WP at least: `4.5`
- Tested up to WP: `5.7.2`
- Requires PHP: `>=8.0`
## Install & Activate plugin
### Composer (Bedrock Install)
`composer require andriilive/wp-acf-extended-config` at root
### ZIP Upload
1. Download `wp-acf-extended-config.zip` from [here](https://github.com/andriilive/wp-acf-extended-config/archive/refs/tags/0.1.3.zip)
2. Login to Wordpress Admin Dashboard
2. Navigate to `Plugins` > `Add new`
3. Press `Upload Plugin` and chose `wp-acf-extended-config.zip`
2. `Activate` the plugin through the `Plugins` menu in WordPress
### FTP
1. Upload folder `wp-acf-extended-config` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
## See also:
- Disable generated image sizes plugin for WordPress [andriilive/wp-disable-generated-image-sizes](https://github.com/andriilive/wp-disable-generated-image-sizes)
- Fix the wp-cli media regenerate error for SVG images [andriilive/wp-cli-media-regenerate-svg-fix](https://github.com/andriilive/wp-cli-media-regenerate-svg-fix)