Are you referring this “Tutorial” links? https://ibb.co/Hdpydyv
But these are only visible to Admin, not to customers or vendors.
Yes, I want to remove also for the administrator
http://www.snap2send.com/0Ul
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;
}
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://ww.wp.xz.cn/plugins/code-snippets/