andriilive / wp-acf-extended-config
wp-acf-extended-config
Installs: 187
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=8.0
README
Regular plugin vs mu-plugin
- as mu-plugin (recommended): main branch
- as regular plugin: plugin branch
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
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
- Download
wp-acf-extended-config.zip
from here - Login to Wordpress Admin Dashboard
- Navigate to
Plugins
>Add new
- Press
Upload Plugin
and chosewp-acf-extended-config.zip
Activate
the plugin through thePlugins
menu in WordPress
FTP
- Upload folder
wp-acf-extended-config
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
See also:
- Disable generated image sizes plugin for WordPress andriilive/wp-disable-generated-image-sizes
- Fix the wp-cli media regenerate error for SVG images andriilive/wp-cli-media-regenerate-svg-fix