Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WordPress Kint Debugger™
WP Kint Debugger is not affiliated with WordPress Kint Debugger. The name and any related trademarks are used solely for nominative descriptive purposes.
This debugging tool provides developers with a clear, interactive way to inspect variables, arrays, objects, and call traces directly within their projects. It is designed for developers who need to understand complex data structures during development and troubleshooting, replacing basic print functions with a more informative display.
ddb() function is sent to a dedicated panel, keeping debug information organized and separate from page content.dump_wp_query(), dump_wp(), and dump_post() to quickly output frequently needed data structures without writing custom dump calls each time.d() call and panel-based output via ddb(), giving developers control over where debug information appears. A filter (kint_debug_display) allows restricting output visibility, such as limiting it to administrators.