Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Last active May 18, 2018 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save everaldomatias/698e8419b6fa839b3ad8262ced99fcde to your computer and use it in GitHub Desktop.
Save everaldomatias/698e8419b6fa839b3ad8262ced99fcde to your computer and use it in GitHub Desktop.
Debug para listar filtros no WordPress
<?php
/**
* Mude 'wp_head' para o hook que deseja debugar
*/
global $wp_filter;
echo '<pre>';
var_dump( $wp_filter['wp_head'] );
echo '</pre>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment