Linux 软件免费装
Banner图

Enqueue Debug Panel

开发者 webnow66
更新时间 2026年4月28日 12:37
PHP版本: 7.2 及以上
WordPress版本: 6.9
版权: GPL v2 or later
版权网址: 版权信息

标签

debug javascript styles scripts enqueue

下载

1.0.0

详情介绍:

Enqueue Debug Panel is a developer tool that allows WordPress administrators to: The panel is only visible to administrators and does not affect the functionality of other features on your site.

安装:

  1. Upload the enqueue-debug-panel folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Log in as an administrator on the frontend
  4. Click "Debug Enqueues" in the WordPress admin bar at the top of the page
  5. Toggle scripts and styles to test their impact on your site

常见问题:

Does dequeuing assets affect other functionality?

No, dequeuing only removes the script or style tag from being loaded. It does not affect other functionality unless that functionality specifically requires that asset.

Will non-logged-in users see the dequeued assets?

No, dequeued assets are removed for all users, including non-logged-in users. Only administrators can make these changes through the debug panel.

Can I undo a dequeue?

Yes, simply click the "✅ Re-enqueue" button to restore any dequeued asset.

Is this plugin suitable for production?

While the plugin is safe to use, it's primarily designed for development and testing. Be careful when dequeuing assets on production sites, as it may break functionality if critical assets are removed.

Does the plugin affect site performance?

The panel only appears to administrators and has minimal impact on site performance. The dequeue functionality is efficient and based on WordPress' built-in wp_dequeue_script() and wp_dequeue_style() functions.

更新日志:

1.0.0