aioseo_local_business_get_location_categories

Purpose This filter can be used to change the location’s category results. Arguments (1) $categories (array) – An array of WP_Term. $args (array) – WP_Term_Query arguments. Example code snippet The code snippet below is just an example of how this…Continue reading

aioseo_local_business_get_locations_posts

Purpose This filter can be used to change the locations posts. Arguments (1) $posts (array) – An array of WP_Post. $args (array) – WP_Query arguments. Example code snippet The code snippet below is just an example of how this filter…Continue reading

aioseo_local_business_output_opening_hours_instance

Purpose This filter can be used to change a location’s opening hours output instance. Arguments (1) $instance (array) – An array of options. $postId (int) – The location ID being rendered. $openingHoursData (object) – The opening hours data. Example code…Continue reading

aioseo_local_business_output_opening_hours_data

Purpose This filter can be used to change a location’s opening hours output data. Arguments (3) $openingHoursData (object) – The location’s opening hours data. $instance (array) – An array of options. $postId (int) – The location ID being rendered. Example…Continue reading