Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created October 12, 2018 13:16
Show Gist options
  • Save kreamweb/527ea23bdaa77106dd9a96f55943be46 to your computer and use it in GitHub Desktop.
Save kreamweb/527ea23bdaa77106dd9a96f55943be46 to your computer and use it in GitHub Desktop.
<?php
add_action('wp', function(){ echo '<pre>';print_r($GLOBALS['wp_filter']); echo '</pre>';exit; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment