Notice: There is no legacy documentation available for this item, so you are seeing the current documentation.
Version 1.1.0 of Local Business SEO brought blocks, widgets and shortcodes to display your location's business information and opening hours.
NOTE:
The Local SEO feature is available to customers with a Plus plan or above for All in One SEO Pro.
Upgrade to All in One SEO Pro today to get Local SEO and many more features!
Those blocks, widgets and shortcodes are rendered through a single view file and can be overwritten in your theme by copying each file under the plugin's folder aioseo-local-business/app/Views/ to your theme under the folder: aioseo/localBusiness/.
So, if you'd like to customize the BusinessInfo.php template just copy it from wp-content/plugins/aioseo-local-business/app/Views/BusinessInfo.php to your theme under: wp-content/themes/{your-theme-name}/aioseo/localBusiness/BusinessInfo.php.
Same goes for the templates OpeningHours.php and Locations.php
Example:
From the plugin
To the theme