by Koen | Jun 29, 2022 | Filters
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... by Koen | Aug 13, 2018 | Filters
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... by Koen | Aug 13, 2018 | Filters
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...