Forums
Forums / Plugin: User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor / Send Credentials checkbox
(@davidesape87)
5 years, 4 months ago
Hi, I checked the “hidden and checked” but I want it never send the message to the user. How should I do? I have the free version
Thx
(@madalinaruzsa)
Hi @davidesape87,
In case you want it hidden and disabled, you may use this custom code:
add_filter(‘wppb_send_credentials_checkbox_logic’, ‘wppbc_send_credentials_hidden’, 10, 2); function wppbc_send_credentials_hidden($requestdata, $form){ return ”; }
Please include it in a custom plugin, as described here: https://www.cozmoslabs.com/docs/profile-builder-2/developers-knowledge-base/
With the best of regards,
The topic ‘Send Credentials checkbox’ is closed to new replies.