[FrE] How can Employer and Freelancer contact each other before the bid?

You can let site users contact each other via email before any bids.

If you are on FrE v1.8.5+, you can display “contact me” button in profile detail page.

Add this php code into child-theme/functions.php to show the “Contact Me” button:

add_filter(‘show_btn_contact’, __return_true);

Was this article helpful?

Related Articles

Leave A Comment?

You must be logged in to post a comment.