Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Last active December 29, 2015 05:19
Show Gist options
  • Save DrewAPicture/7620362 to your computer and use it in GitHub Desktop.
Save DrewAPicture/7620362 to your computer and use it in GitHub Desktop.
<?php
function can_haz_link( $id ) {
?>
<a href="#">Can haz link?</a>
<?php
}
add_action( 'wpmublogsaction', 'can_haz_link' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment