Created
April 7, 2015 15:15
-
-
Save craigsimps/adbce0207b2cc9a260dc to your computer and use it in GitHub Desktop.
Genesis remove edit link from posts and pages
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 | |
add_filter( 'edit_post_link', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment