Skip to content

Instantly share code, notes, and snippets.

@igmoweb
Last active August 29, 2015 14:01
Show Gist options
  • Save igmoweb/e6e8a12b3832bce397df to your computer and use it in GitHub Desktop.
Save igmoweb/e6e8a12b3832bce397df to your computer and use it in GitHub Desktop.
Check what hooks have been already executed
<?php
global $wp_actions;
var_dump($wp_actions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment