Skip to content

Instantly share code, notes, and snippets.

@nathobson
Created November 24, 2017 09:16
Show Gist options
  • Save nathobson/8f70f9ab63e5c6085ab399755a9d259b to your computer and use it in GitHub Desktop.
Save nathobson/8f70f9ab63e5c6085ab399755a9d259b to your computer and use it in GitHub Desktop.
@php
if ($_SERVER['WP_ENV'] == 'development') {
$debug = new \Sober\Controller\Module\Debugger(get_defined_vars(), 'CKD debugger');
$fields = get_fields();
PC::debug($debug);
PC::debug($fields);
}
@endphp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment