Created
April 13, 2015 10:47
-
-
Save craigsimps/f4fe9a2b1d1b5b972c44 to your computer and use it in GitHub Desktop.
Remove edit link from Genesis Framework posts and pages #genesis
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
// Remove edit link from Genesis posts & pages | |
add_filter( 'genesis_edit_post_link' , '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment