aioseo_local_business_taxonomy

Purpose This filter can be used to change the taxonomy options when it’s registered. Arguments (1) $taxonomy (array) – The taxonomy options. Example code snippet The code snippet below is just an example of how this filter can be used.…Continue reading

Shortcode: [aioseo_local_opening_hours]

Use the following shortcode to display the opening hours info. The following options are supported: location_id Default: empty If Multiple Locations is on use a location’s ID. If Multiple Locations is off ( and location_id is empty ) the Business…Continue reading

Shortcode: [aioseo_local_locations]

Use the following shortcode to display the a list of locations. The following options are supported: category_id Default: empty If Multiple Locations is on use a location’s category ID. Here’s an example of how to use this shortcode with the…Continue reading

Shortcode: [aioseo_local_business_info]

Use the following shortcode to display the location info. The following options are supported: location_id Default: ” If Multiple Locations is on use a location’s ID. If Multiple Locations is off ( and location_id is empty ) the Business Information…Continue reading

Shortcode: [aioseo_local_map]

Use the following shortcode to display the location info. The following options are supported: location_id If Multiple Locations is set to On use the post ID of the location If Multiple Locations is set to Off, the map in the…Continue reading

Function: aioseo_local_opening_hours()

Use the following function to display the opening hours info. The following options are supported: locationId Default: ” If Multiple Locations is on use a location’s ID. If Multiple Locations is off ( and location_id is empty ) the Business…Continue reading

Function: aioseo_local_business_info()

Use the following function to display the location info. The following options are supported: locationId Default: ” If Multiple Locations is on use a location’s ID. If Multiple Locations is off ( and location_id is empty ) the Business Information…Continue reading

Function: aioseo_local_map()

Use the following function to display the location info. The following options are supported: locationId If Multiple Locations is set to On use the post ID of the location If Multiple Locations is set to Off, the map in the Business Info section under AIOSEO » Local SEO » Locations will…Continue reading

aioseo_local_business_address_tag_value

Purpose This filter can be used to change an address format tag value. Arguments (3) $tagValue (string) – The tag replaced value. $tag (array) – The tag options. $id (int) – The page or post ID Example code snippet The…Continue reading