@ zagore
Using the plugin is the only way to do it in an update safe way. The only other way to do it is to change the plugin’s code and doing it that way means every update, you’ll have to make the change again.
With that said, you do not really specify which “work” you want to change. I’m going to assume you wan to remove it from address, phone and email.
You need to edit the class.options.php
file found in this folder:
../wp-content/plugins/connections/includes/settings/
You can change and remove “work from lines; 384, 405, 406 and 489
Here’s are links that show the exact code location you need to change:
https://github.com/Connections-Business-Directory/Connections/blob/8.1.7/includes/settings/class.options.php#L380
https://github.com/Connections-Business-Directory/Connections/blob/8.1.7/includes/settings/class.options.php#L405
https://github.com/Connections-Business-Directory/Connections/blob/8.1.7/includes/settings/class.options.php#L406
https://github.com/Connections-Business-Directory/Connections/blob/8.1.7/includes/settings/class.options.php#L489
Hope that helps.