Created
December 14, 2015 10:46
-
-
Save fovoc/431648bfe06f588fca8a to your computer and use it in GitHub Desktop.
Shoestrap 3 - add post edit link
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 characters
<?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