Title: Remove documentation link
Last modified: August 17, 2020

---

# Remove documentation link

 *  Resolved [liehahn](https://wordpress.org/support/users/liehahn/)
 * (@liehahn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/)
 * Hello. How to remove the documentation link in the Settings section? I do not
   want the link to be seen by customers

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

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13266872)
 * Are you referring this “Tutorial” links? [https://ibb.co/Hdpydyv](https://ibb.co/Hdpydyv)
 * But these are only visible to Admin, not to customers or vendors.
 *  Thread Starter [liehahn](https://wordpress.org/support/users/liehahn/)
 * (@liehahn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13266938)
 * Yes, I want to remove also for the administrator
 * [http://www.snap2send.com/0Ul](http://www.snap2send.com/0Ul)
 *  Thread Starter [liehahn](https://wordpress.org/support/users/liehahn/)
 * (@liehahn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13266948)
 * I tried to enter this code but it did not work
 *     ```
       add_filter( 'wcfm_is_allow_documentation_help', 'wcfm_display_documentation_help' );
       function wcfm_display_documentation_help() {
       return false;
       }
       ```
   
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13269739)
 * Add this snippet –
 * `add_filter( 'wcfm_is_allow_documentation_help', '__return_false' );`
 * Add custom code(s) to your child theme’s functions.php
    In case you do not have
   child theme then add those using this plugin – https://wordpress.org/plugins/
   code-snippets/
 *  Thread Starter [liehahn](https://wordpress.org/support/users/liehahn/)
 * (@liehahn)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13272269)
 * Thank you. It’s working
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13273159)
 * Glad to know 🙂

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

The topic ‘Remove documentation link’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/remove-documentation-link/#post-13273159)
 * Status: resolved