Skip to content

Instantly share code, notes, and snippets.

@fovoc
Created December 14, 2015 10:46
Show Gist options
  • Save fovoc/431648bfe06f588fca8a to your computer and use it in GitHub Desktop.
Save fovoc/431648bfe06f588fca8a to your computer and use it in GitHub Desktop.
Shoestrap 3 - add post edit link
<?php
function add_post_edit_link() {
edit_post_link(__('{Quick Edit}'), '');
}
add_action( 'shoestrap_in_article_bottom', 'add_post_edit_link' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment