PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Debug
  4. Debug Bar List Script & Style…
Debug Bar List Script & Style Dependencies icon

Debug Bar List Script & Style Dependencies

Debug Bar List Script & Style Dependencies is an add-on to WordPress Debug Bar

By Per Søderlind·Debug·Free
5(3 reviews)
·200 active installs·Updated 9 years ago
DownloadVisit HomepageCompare

As of April 2026, Debug Bar List Script & Style Dependencies is a WordPress debug plugin with 200 active installations and a 5/5 rating from 3 reviews. It has been downloaded 88K+ times in total. Requires WordPress 3.4+ and PHP false+. Available on WordPress.org since 2013. Last updated 9 years ago — may have compatibility concerns. Top alternative: WP Crontrol.

5/53 reviews
200active installs
88K+total downloads
13 yearssince 2013

Overview

We all know that when we’re add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in:

function themeslug_enqueue_style() {
    wp_enqueue_style( 'core', 'style.css', array('twentytwelve-style') );
}

function themeslug_enqueue_script() {
    wp_enqueue_script( 'my-js', 'filename.js', array('jquery') );
}

add_action( 'wp_enqueue_scripts', 'themeslug_enqueue_style' );
add_action( 'wp_enqueue_scripts', 'themeslug_enqueue_script' )

$deps (dependencies), the handle name and an optional parameter, lets you control when/where your script or style should be added. If $deps is array('jquery'), your script will be loaded after jquery is loaded.

The problem is, which one exis…

Read full description on WordPress.org

Screenshots

Ratings & Reviews

53 reviews
5 ★
3
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress3.4+ requiredTested up to 4.7.33
PHPfalse+ required

Top Alternatives to Debug Bar List Script & Style…

WP Crontrol icon
WP Crontrol
4.5300K+ installsUpdated 2 months ago
ViewCompare
Query Monitor – The developer tools panel for WordPress icon
Query Monitor – The developer tools…
4.9200K+ installsUpdated 2 weeks ago
ViewCompare
Debug Bar icon
Debug Bar
4.120K+ installsUpdated 1 month ago
ViewCompare
Debug Log Manager – Conveniently Monitor and Inspect Errors icon
Debug Log Manager – Conveniently…
510K+ installsUpdated 6 months ago
ViewCompare
WP Debugging icon
WP Debugging
510K+ installsUpdated 1 year ago
ViewCompare
View all debug plugins →

Frequently Asked Questions

Changelog

1.1.2

  • Tested & found compatible with WP 4.7.
View full changelog on WordPress.org

Contributors

Juliette Reinders FolmerJuliette Reinders FolmerPer SøderlindPer Søderlind
Plugin Info
Version
1.1
Last Updated
Dec 12, 2016
WP Requires
3.4+
Tested Up To
4.7.33
PHP Requires
false+
Active Installs
200
Downloads
88K+
Added
May 12, 2013
Business
Free

Tags

debugdebug bardevelopmentwp_enqueue_stylewp_enqueue_script

Developer

P
Per Søderlind
15 plugins0.0M+ total installs
View all plugins →

Quick Compare

Debug Bar List Script & Style… vs WP Crontrol→Debug Bar List Script & Style… vs Query Monitor – The developer tools…→Debug Bar List Script & Style… vs Debug Bar→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.