Skip to content

Instantly share code, notes, and snippets.

@tomjn
Created August 24, 2013 00:35
suspicious tests
<?php
function important_thing() {
do_action( 'stating_important_stuff' );
// stuff
do_action( 'finished_important_stuff' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment