Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created September 18, 2016 21:22
Show Gist options
  • Save davidperezgar/b3868c9a42fab8c033a6878abd62f2e7 to your computer and use it in GitHub Desktop.
Save davidperezgar/b3868c9a42fab8c033a6878abd62f2e7 to your computer and use it in GitHub Desktop.
Remove the edit link on your site using the Genesis Framework.
<?php
//* Do NOT include the opening php tag
//* Remove the edit link
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