Skip to content

Instantly share code, notes, and snippets.

@tomjn
Created August 24, 2013 00:35

Revisions

  1. @tarendai tarendai created this gist Aug 24, 2013.
    7 changes: 7 additions & 0 deletions gistfile1.php
    Original 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' );
    }