Title: Debug Bar for Sophi
Author: Jeffrey Paul
Published: <strong>May 10, 2022</strong>
Last modified: July 7, 2022

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/debug-bar-for-sophi/assets/icon-256x256.png?rev=2721523)

# Debug Bar for Sophi

 By [Jeffrey Paul](https://profiles.wordpress.org/jeffpaul/)

[Download](https://downloads.wordpress.org/plugin/debug-bar-for-sophi.0.3.0.zip)

 * [Details](https://test.wordpress.org/plugins/debug-bar-for-sophi/#description)
 * [Reviews](https://test.wordpress.org/plugins/debug-bar-for-sophi/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/debug-bar-for-sophi/#installation)
 * [Development](https://test.wordpress.org/plugins/debug-bar-for-sophi/#developers)

 [Support](https://wordpress.org/support/plugin/debug-bar-for-sophi/)

## Description

Extends the Debug Bar plugin for the [Sophi.io](https://www.sophi.io/) Site Automation
service. After installing and activating, click the `Debug` button in the admin 
toolbar. Within the Debug Bar Panel, click the `Sophi` panel.

Note that the Debug Bar for Sophi plugin does not show the Sophi JavaScript Tracking
activity in the Debug Bar as that’s something that can be viewed with a browser 
console’s `Network` tab. Otherwise you should be able to view the Sophi Authentication
request/response, Sophi API request/response, and CMS publish/update events in the
Debug Bar to help triage your Sophi integration.

### Requirements

 * PHP 7.4+
 * WordPress 5.6+
 * [Sophi](https://wordpress.org/plugins/sophi/) 1.1.0+
 * [Debug Bar](https://wordpress.org/plugins/debug-bar/) 1.0+
    - The Debug Bar for Sophi plugin has been tested up to Debug Bar version 1.1.3,
      compatibility with later versions is not guaranteed
    - This plugin is already included on [WordPress VIP](https://wpvip.com/)

## Installation

 1. Install the [Sophi](https://wordpress.org/plugins/sophi) plugin.
 2. Install the [Debug Bar](https://wordpress.org/plugins/debug-bar/) plugin. Note 
    that this is already included on [WordPress VIP](https://wpvip.com/).
 3. Install the Debug Bar for Sophi plugin via the plugin installer, either by searching
    for it or uploading a ZIP file.
 4. Activate all three plugins.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Debug Bar for Sophi” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)
 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Sophi.io ](https://profiles.wordpress.org/sophidev/)
 *   [ Max Lyuchin ](https://profiles.wordpress.org/cadic/)

[Translate “Debug Bar for Sophi” into your language.](https://translate.wordpress.org/projects/wp-plugins/debug-bar-for-sophi)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/debug-bar-for-sophi/),
check out the [SVN repository](https://plugins.svn.wordpress.org/debug-bar-for-sophi/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/debug-bar-for-sophi/)
by [RSS](https://plugins.trac.wordpress.org/log/debug-bar-for-sophi/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.3.0 – 2022-07-07

 * **Added:** Link to Sophi.io Settings in plugin actions (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul) via [#32](https://github.com/globeandmail/debug-bar-for-sophi/pull/32)).
 * **Added:** Documentation updates (props [@jeffpaul](https://github.com/jeffpaul),
   [@YMufleh](https://github.com/YMufleh) via [#30](https://github.com/globeandmail/debug-bar-for-sophi/pull/30)).
 * **Added:** [Mend Bolt](https://github.com/apps/mend-bolt-for-github) and [Renovate](https://togithub.com/renovatebot/renovate)
   bots (props [@mend-bolt-for-github](https://github.com/apps/mend-bolt-for-github),
   [@renovate](https://github.com/apps/renovate) via [#35](https://github.com/globeandmail/debug-bar-for-sophi/pull/35),
   [#36](https://github.com/globeandmail/debug-bar-for-sophi/pull/36)).
 * **Changed:** Settings page updates (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul) via [#33](https://github.com/globeandmail/debug-bar-for-sophi/pull/33)).
 * **Removed:** `react-dom` and `prop-types` dependencies as not needed (props [@cadic](https://github.com/cadic)
   via [#31](https://github.com/globeandmail/debug-bar-for-sophi/pull/31)).
 * **Fixed:** PHP Notice on empty request body (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul) via [#27](https://github.com/globeandmail/debug-bar-for-sophi/pull/27)).
 * **Fixed:** Debug records horizontal overflow (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul) via [#29](https://github.com/globeandmail/debug-bar-for-sophi/pull/29)).
 * **Fixed:** Missing text domain for “Sophi.io Logs” page title (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul) via [#33](https://github.com/globeandmail/debug-bar-for-sophi/pull/33)).
 * **Fixed:** Linting workflow (props [@cadic](https://github.com/cadic) via [#34](https://github.com/globeandmail/debug-bar-for-sophi/pull/34)).
 * **Security:** Pinned `10up-toolkit`, `husky`, `node-wp-i18n`, and `react-json-
   view` dependencies (props [@renovate](https://github.com/apps/renovate) via [#45](https://github.com/globeandmail/debug-bar-for-sophi/pull/45)).
 * **Security:** Update `10up-toolkit` from 3.0.0 to 4.1.2 (props [@cadic](https://github.com/cadic),
   [@renovate](https://github.com/apps/renovate) via [#31](https://github.com/globeandmail/debug-bar-for-sophi/pull/31),
   [#46](https://github.com/globeandmail/debug-bar-for-sophi/pull/46)).
 * **Security:** Update `husky` from 7.0.4 to 8.0.1 (props [@cadic](https://github.com/cadic)
   via [#31](https://github.com/globeandmail/debug-bar-for-sophi/pull/31)).
 * **Security:** Update `actions/checkout` action from v2 to v3 (props [@renovate](https://github.com/apps/renovate)
   via [#48](https://github.com/globeandmail/debug-bar-for-sophi/pull/48)).
 * **Security:** Update `actions/dependency-review-action` action from v1 to v2 (
   props [@renovate](https://github.com/apps/renovate) via [#49](https://github.com/globeandmail/debug-bar-for-sophi/pull/49)).
 * **Security:** Update `tj-actions/changed-files` action from v18.7 to v23.1 (props
   [@renovate](https://github.com/apps/renovate) via [#50](https://github.com/globeandmail/debug-bar-for-sophi/pull/50),
   [#51](https://github.com/globeandmail/debug-bar-for-sophi/pull/51)).

#### 0.2.0 – 2022-05-17

 * **Added:** Support for [WordPress VIP](https://wpvip.com/) to force enable the
   Debug Bar plugin on their platform (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul)).
 * **Added:** New setting to “Disable WordPress caching of Sophi content” to force
   request/response with Sophi API (props [@cadic](https://github.com/cadic), [@jeffpaul](https://github.com/jeffpaul)).
 * **Added:** New Tools > “Sophi Logs” page to output raw Sophi logs (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul)).
 * **Added:** Documentation updates (props [@jeffpaul](https://github.com/jeffpaul)).
 * **Fixed:** Deploy to WordPress.org GitHub Action (props [@cadic](https://github.com/cadic),
   [@jeffpaul](https://github.com/jeffpaul)).
 * **Fixed:** Catch `JSON.parse` exception if the plugin outputs empty JSON request
   or response (props [@cadic](https://github.com/cadic)).

#### 0.1.0 – 2022-05-10

 * Initial release of the Debug Bar for Sophi.io plugin. 🎉

## Meta

 *  Version **0.3.0**
 *  Last updated **4 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.0.11**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/debug-bar-for-sophi/)
 * Tags
 * [debug bar](https://test.wordpress.org/plugins/tags/debug-bar/)[Sophi](https://test.wordpress.org/plugins/tags/sophi/)
 *  [Advanced View](https://test.wordpress.org/plugins/debug-bar-for-sophi/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/debug-bar-for-sophi/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/debug-bar-for-sophi/reviews/)

## Contributors

 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)
 *   [ 10up ](https://profiles.wordpress.org/10up/)
 *   [ Sophi.io ](https://profiles.wordpress.org/sophidev/)
 *   [ Max Lyuchin ](https://profiles.wordpress.org/cadic/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/debug-bar-for-sophi/)