Skip to content

Instantly share code, notes, and snippets.

@craigsimps
Created April 7, 2015 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigsimps/adbce0207b2cc9a260dc to your computer and use it in GitHub Desktop.
Save craigsimps/adbce0207b2cc9a260dc to your computer and use it in GitHub Desktop.
Genesis remove edit link from posts and pages
// 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