Categories
WordPress

WordPress Break Point

Via Ryan McCue.

[php title="functions.php"]
register_shutdown_function(function () {
  var_dump($GLOBALS['wp_current_filter']);
});[/php]

Leave a Reply

Your email address will not be published. Required fields are marked *