Created
November 24, 2017 09:16
-
-
Save nathobson/8f70f9ab63e5c6085ab399755a9d259b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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