How to Remove all Instances of edit_post_link

It’s the edit_post_link() function. You’ll find lines like the following, that you need to comment out:

// from /twentyeleven/content-intro.php
edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' );

Leave a Comment