reveal-post-data icon indicating copy to clipboard operation
reveal-post-data copied to clipboard

A WordPress plugin that adds a button in the editor sidebar to show the raw post data as well as taxonomy and custom field data

=== Reveal Post Data === Contributors: codeamp Tags: block Tested up to: 6.4 Stable tag: 0.1.3 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds a button in the editor sidebar to show the raw post data.

== Description ==

Adds a button in the editor sidebar to show the raw post data including taxonomy and meta data - useful for debugging.

Official GitHub Repository.

== Installation ==

== Frequently Asked Questions ==

== Screenshots ==

  1. The button in the editor sidebar.
  2. The post data displayed in a modal.

== Changelog ==

= 0.1.3

  • Load scrips using enqueue_block_editor_assets so JS is only loaded on pages with the editor.
  • Add screenshots

= 0.1.2 =

  • Update readme tested up to

= 0.1.1 =

  • Prevent direct access to plugin file

= 0.1.0 =

  • Release