Advertisement
fruffl

WP Action Logger

Mar 8th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. // log example (including source-code of closures)
  2.  
  3. tri4m\Wp\Log
  4.     Action page[init] was called: tri4m\Wp\Theme::test
  5.     Action page[init] was called: tri4m\Wp\Theme::test2
  6.     Action page[init] was called: Closure::function()
  7.             {
  8.                 var_dump('baz');
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement