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