Fatal error: Uncaught Error: Call to undefined function get_current_screen()
in /wp-content/plugins/debug-bar-post-meta/class-debug-bar-post-meta.php
on line 38
When the data is displayed in the debug bar it’s wrapped in <code>
but it doesn’t look like there is any escaping.
So if you have custom fields that contain iframes or embed codes, they run in the debug bar… which causes some obvious issues.
The post meta data should be escaped when rendering the table.
]]>