Skip to content

Instantly share code, notes, and snippets.

@zorca
Created November 3, 2019 15:00
Show Gist options
  • Save zorca/90a5c4771c71cdb55d9532ba66e46f42 to your computer and use it in GitHub Desktop.
Save zorca/90a5c4771c71cdb55d9532ba66e46f42 to your computer and use it in GitHub Desktop.
<?php
add_action(
'wp_footer',
function () {
echo wp_kses( $this->debugbar->getJavascriptRenderer()->render(), [ 'script' => [] ] );
},
1000
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment