Add a Mobile Number Field to WordPress ‘Business Profile’ Plugin

WP Beaches ~
Here’s how you can add an additional field like a mobile number to the Business Profile plugin.
The plugin has many hooks and filters to allow us to create an extender style plugin as in the one below.
View this code snippet on GitHub.
We are utilising 3 filters bpfwp_settings_page, bpwfp_contact_card_defaults and bpwfwp_component_callbacks – 1 callback prefix_print_mobile and enqueueing some CSS
Leave a Reply