Title: Development Assistant
Author: OMG!PRESS
Published: <strong>March 12, 2024</strong>
Last modified: October 8, 2025

---

Search plugins

![](https://ps.w.org/development-assistant/assets/banner-772x250.png?rev=3367993)

![](https://ps.w.org/development-assistant/assets/icon-256x256.png?rev=3367993)

# Development Assistant

 By [OMG!PRESS](https://profiles.wordpress.org/omgpress/)

[Download](https://downloads.wordpress.org/plugin/development-assistant.1.2.10.zip)

 * [Details](https://wordpress.org/plugins/development-assistant/#description)
 * [Reviews](https://wordpress.org/plugins/development-assistant/#reviews)
 * [Development](https://wordpress.org/plugins/development-assistant/#developers)

 [Support](https://wordpress.org/support/plugin/development-assistant/)

## Description

Development Assistant is a comprehensive toolkit designed to streamline the development
process and enhance support capabilities within WordPress. Whether you’re a seasoned
developer or a novice WordPress user, this plugin provides essential functionalities
to manage debugging, diagnose issues, and facilitate smoother development workflows.

#### Features

 * **Debugging Made Easy:** Enable WP_DEBUG, WP_DEBUG_LOG, and WP_DEBUG_DISPLAY 
   modes directly from the WordPress admin panel without the need to manually edit
   the wp-config.php file. Effortlessly toggle these settings to facilitate efficient
   debugging and error tracking.
 * **Create Support User in One Click:** Create a support user with a single click
   to provide temporary access to your WordPress environment. This feature simplifies
   the process of sharing debugging information with developers or support teams,
   enabling them to diagnose and resolve issues more effectively. You can control
   after how many days the user will be auto-deleted. After creating a user, you
   can quickly copy the credentials to the clipboard, or share them via email (optionally
   adding a message).
 * **Plugin Conflict Resolution:** Simplify the process of identifying and resolving
   plugin conflicts. Quickly compare the performance of active and inactive plugins,
   and temporarily disable or enable plugins to isolate issues without disrupting
   your entire plugin ecosystem.
 * **SMTP Testing with MailHog:** Seamlessly integrate MailHog for SMTP testing 
   purposes. Verify the functionality of email delivery within your WordPress environment,
   ensuring reliable communication with users and clients.
 * **Download Plugins:** Download plugins directly from the WordPress admin panel’s
   plugin view. Streamline your workflow by easily obtaining plugin files for offline
   storage, manual installation, or testing in other environments and sandboxes.
   This feature facilitates seamless testing of plugins in various environments,
   allowing for thorough evaluation and development iterations.
 * **Reset:** Effortlessly undo any changes made by the plugin to restore your WordPress
   environment to its original state. This feature deletes all plugin settings and
   data from the database, resets debug constants to their pre-activation states,
   deletes the debug.log file (if it didn’t exist before activation), and activates
   any temporarily deactivated plugins.

#### Who Can Benefit

 * **Power Developers:** Streamline your development workflow with a comprehensive
   toolkit tailored for debugging and issue resolution. Enhance productivity and
   efficiency while tackling complex WordPress projects.
 * **Novice Users:** Empower yourself to diagnose and troubleshoot WordPress issues
   with ease. Quickly share debugging information with developers or support teams
   to expedite issue resolution and enhance your WordPress experience.

Development Assistant is your go-to solution for simplifying WordPress development
tasks and enhancing support capabilities. Whether you’re troubleshooting intricate
issues or optimizing your development workflow, this plugin equips you with the 
tools you need for success.

## Screenshots

 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Reviews

![](https://secure.gravatar.com/avatar/b1ef15d387d276bc4df5e08ab6330bdb3541468e2045c2ea5c37daeea3e8cb6f?
s=60&d=retro&r=g)

### 󠀁[Good for professional organizations](https://wordpress.org/support/topic/good-for-professional-organizations/)󠁿

 [rpbrown](https://profiles.wordpress.org/rpbrown/) October 15, 2024

Development Assistant has been a lifesaver! It’s seriously streamlined our workflow
and made debugging so much easier. Having key info about our setup readily available
is invaluable for both our devs and content team. Highly recommend it to any organization
looking to optimize their WordPress development.

![](https://secure.gravatar.com/avatar/e688b9494c0c4f73a71beff95277320e5ef56ca8c5c256d7adcc81ffd516c925?
s=60&d=retro&r=g)

### 󠀁[Horribly buggy!](https://wordpress.org/support/topic/horribly-buggy-2/)󠁿

 [DannyCarlton](https://profiles.wordpress.org/dannycarlton/) May 31, 2024 3 replies

It basically does what any coder would know how to do manually. But, it leaves code,
when deleted, that causes errors. I’ll now have to wade through my installation 
to find what it screwed up.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/development-assistant/reviews/)

## Contributors & Developers

“Development Assistant” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ OMG!PRESS ](https://profiles.wordpress.org/omgpress/)

[Translate “Development Assistant” into your language.](https://translate.wordpress.org/projects/wp-plugins/development-assistant)

### Interested in development?

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

## Changelog

#### 1.2.10

 * Minor fixes

#### 1.2.9

 * Fixed plugin activation logic (hook was used too late, preventing logic from 
   executing)

#### 1.2.8

 * Just updated dependencies and codebase accordingly

#### 1.2.7

 * Fixed Assistant Panel positioning on the screen
 * Fixed MailHog host handling
 * Refactored code base to improve performance

#### 1.2.6

 * Minor fixes

#### 1.2.5

 * Added filter hooks for customization
 * Minor improvements

#### 1.2.4

 * Minor fixes and improvements

#### 1.2.3

 * Moved development environment settings to a separate tab
 * Added ability to manually change the environment type to development
 * Added advanced MailHog settings
 * Added MailHog to Assistant Panel (for development environment only)
 * Added display of debug.log size

#### 1.2.2

 * Fixed creation support user

#### 1.2.1

 * Added confirmation before deactivating plugin without resetting
 * Minor fixes and improvements

#### 1.2.0

 * Added Assistant Panel
 * Added ability to create and manage the support user
 * Migrated to PHP 7.4, so this is now the minimum required version
 * Minor fixes and improvements

#### 1.1.3

 * Added protection against direct access to the debug log via the link
 * Minor fixes

#### 1.1.2

 * Minor fixes

#### 1.1.1

 * Minor fixes

#### 1.1.0

 * Added ability to temporarily deactivate plugins and reactivate them all in one
   click
 * Added ability to download installed plugins directly from the plugins screen
 * Added ability to download the debug.log file
 * Fixed ability to disable plugin reset
 * Other minor improvements

#### 1.0.3

 * UX improvements

#### 1.0.2

 * UX improvements
 * Minor fixes

#### 1.0.1

 * Minor fixes and improvements

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.2.10**
 *  Last updated **6 months ago**
 *  Active installations **10+**
 *  WordPress version ** 5.0.0 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4.0 or higher **
 * Tags
 * [debug](https://wordpress.org/plugins/tags/debug/)[development](https://wordpress.org/plugins/tags/development/)
   [manager](https://wordpress.org/plugins/tags/manager/)[support](https://wordpress.org/plugins/tags/support/)
   [testing](https://wordpress.org/plugins/tags/testing/)
 *  [Advanced View](https://wordpress.org/plugins/development-assistant/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/development-assistant/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/development-assistant/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/development-assistant/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/development-assistant/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/development-assistant/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/development-assistant/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/development-assistant/reviews/)

## Contributors

 *   [ OMG!PRESS ](https://profiles.wordpress.org/omgpress/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/development-assistant/)