andriilive/wp-acf-extended-config

wp-acf-extended-config

0.1.3 2023-11-04 22:44 UTC

This package is auto-updated.

Last update: 2024-05-04 23:56:17 UTC


README

Regular plugin vs mu-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 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
  2. Login to Wordpress Admin Dashboard
  3. Navigate to Plugins > Add new
  4. Press Upload Plugin and chose wp-acf-extended-config.zip
  5. 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: