WP Manifestindependent plugin directory
manifest / content / acf-read-only

Advanced Custom Fields: Read only

Read only field for data that is manipulated only on the backend, but should be visible to the WP admins. Includes options to display a copy-to-clipboard link.

by Quantity Digital · github.com/quantity-digital/acf-read-only · website

38stars
676composer installs
7forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/quantity-digital/acf-read-only/archive/refs/heads/master.zip

Also on Packagist as quantity-digital/acf-read-only:

composer require quantity-digital/acf-read-only

From the readme

ACF Read only Field Read only ACF field Description Read only field for data that is manipulated only on the backend, but should be visible to the WP admins. Includes options to display a copy-to-clipboard link. Compatibility This ACF field type is compatible with: ACF 5 Installation 1. Copy the acf-readonly folder into your wp-content/plugins folder 2. Activate the Read only plugin via the plugins admin page 3. Create a new field via ACF and select the Read only type 4. Please refer to the description for more info regarding the field type settings Changelog [0.6.0] - 2019-02-12 Added - Add Image type. [0.5.0] - 2018-05-30 Added - Add Preformatted type. [0.4.0] - 2017-04-24 Added - Add Boolean (True/False) type. [0.3.0] - 2017-03-01 Added - Display type option (link or text). [0.2.0] - 2017-03-01 Added - Copy to clipboard option. [0.1.0] - 2017-03-01 Added - Basic functionality.

Read the full README on GitHub →