/gist:8d4a41b2b64635f01c63 Secret
Created
August 24, 2013 00:35
Revisions
-
tarendai created this gist
Aug 24, 2013 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <?php function important_thing() { do_action( 'stating_important_stuff' ); // stuff do_action( 'finished_important_stuff' ); }