Title: Front-end &#8220;Edit Form&#8221;
Last modified: February 16, 2017

---

# Front-end “Edit Form”

 *  Resolved [thejoshtree](https://wordpress.org/support/users/thejoshtree/)
 * (@thejoshtree)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/front-end-edit-form-2/)
 * Is it possible to disable the frontend “Edit Form” link? It keeps managing to
   get cached and showing to non-admin users.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/front-end-edit-form-2/#post-8813407)
 * Hi [@thejoshtree](https://wordpress.org/support/users/thejoshtree/),
 * That’s odd! The edit form link will _only_ show to (1) logged-in users (2) with
   the `manage_options` capability. Are you seeing situations where that is not 
   the case?
 * Regardless, if you’d like to remove the ‘edit form’ link (which we refer to as“
   action links”) you can use the filter `yikes-mailchimp-front-end-form-action-
   links`.
 * If you know how to add functions to your functions.php file, the following code
   can be copied and pasted directly in there. This function will remove the action
   links in all scenarios.
 *     ```
       function yikes_mailchimp_remove_action_links( $edit_link_html, $form_variables, $form_name ) {
       	return '';
       }
   
       add_filter( 'yikes-mailchimp-front-end-form-action-links', 'yikes_mailchimp_remove_action_links', 10, 3 );
       ```
   
 * Let me know if you need help adding the function or if you have any other questions.
 * Cheers,
    Kevin.
    -  This reply was modified 9 years, 2 months ago by [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/).
    -  This reply was modified 9 years, 2 months ago by [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/).
 *  Thread Starter [thejoshtree](https://wordpress.org/support/users/thejoshtree/)
 * (@thejoshtree)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/front-end-edit-form-2/#post-8814056)
 * Hi Kevin,
 * Thanks so much, this is perfect.
 * FWIW, the problem we have is not on the WordPress side, it’s with CloudFlare.
   Somehow their caching keeps serving pages to non-admin’s with the link showing.
 * Thanks again for the help,
 * Josh
 *  Plugin Contributor [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * (@yikesitskevin)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/front-end-edit-form-2/#post-8814090)
 * Hey Josh,
 * No problem! I’m glad it worked. I’ll mark the ticket as resolved (feel free to
   ask more questions here or open a new thread if you need to).
 * Cheers,
    Kevin.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Front-end “Edit Form”’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [yikesitskevin](https://wordpress.org/support/users/yikesitskevin/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/front-end-edit-form-2/#post-8814090)
 * Status: resolved