The mbp_business_selector_locations filter can be used to filter the locations that appear in the business selector. It has three arguments: $locations, $account_name and $account_key. $locations – Contains the Google API response with the locations...
Update February 2023: Check out our new plugin: Product Sync for GBP. Sync your WooCommerce products to your Google Business Profile in one click! Note: The article below is outdated. “Real” product creation is now available for all Premium users of the...
The mbp_placeholder_variables filter can be used to alter or add variables to be replaced with their corresponding value in a GMB post. It has two arguments, $variables and $parent_post_id. Samples Add a variable This will replace %custom_variable% with Custom value...
The mbp_autopost_post_args filter allows you to alter the post arguments sent to Google My Business when the plugin creates an automatic post. It has 2 parameters, $args containing the post data and $location containing the GMB location ID. function...