@id
of the WebPage
piece introduced by Yoast SEO 19.3.0
, which would then automatically reset to the default radius of 10
.wpseo_schema_organization
filter was used to return an array of types.code
elements from tooltips to make them like the default WooCommerce tooltips.wpseo_local_post_type
.wp-config.php
don't show the input field for that, but display a notification, telling the user that the API key is set through a constant.posts_where
filter that in some instances was causing the Woocommerce customer order page to not show their orders.wpseo_local_show_open_now_label
.enhanced_search
wp-seo-local-frontend.js
file was included in the footer of every admin page. It is now only included when it's needed.php_uname
has been disabled for security reasons.[wpseo_map id="all"]
and [wpseo_address id="all"]
now actually show all locations instead of a maximum of 10.wpseo_json_ld_output
was set to false, Local SEO still ouputted JSON-LD data.wpseo_show_opening_hours_after
was used as an action instead of as a filter.yoast-local-seo-business-types
filter.yoast-local-seo-search-label
to edit Search Label for store locator.WPSEO_Admin_Asset_Manager
class to manage assets.company or person
to company
, in order to make full use of the JSON-LD output.yoast_local_seo_enhanced_search_enabled
and yoast_local_seo_enhanced_search_result_enabled
posts_clauses
function filter into posts_where
, posts_join
and posts_orderby
.wpseo_local_get_address_format()
.
on the front-page and also under every shortcode and widget. In a multi location setup, the output is done on every single location page and under every shortcode and widget.yoast_seo_local_cpt_with_front
to enable or disable prependeding the locations permalink with the front base.yoast_seo_local_change_map_location_url
to alter the URL for a location in the maps info window.business:contact_data:country
to business:contact_data:country_name
to resolve Open Graph error.Store Locator
, Map
and Address
shortcodes.wpseo_manage_options
capability. See https://github.com/Yoast/wordpress-seo/issues/7831 for more information.new WPSEO_Local_Locations_Repository();
. With the methods get()
you can fetch the locations. Get accepts a number of arguements. Check the code in /classes/class-locations-repository.php
for more detailed information.wpseo_local_location_route_label
.yoast_seo_local_is_location_open
. This function returns true of false whethere a location is currently open.WPSEO_Utils::register_cache_clear_option
with WPSEO_Sitemaps_Cache::register_clear_on_option_update
wpseo_xml_sitemaps_base_url
with WPSEO_Sitemaps_Router::get_base_url
wpseo_local_marker_cluster_image_path
.wpseo_local_show_address()
when a logo was shown.wpseo_locations_category_label
filterWPSEO_Local_Address_Format
class now.itemprop="email"
for URL's now changed to itemprop="url"
{zipcode} {city}, {state}
address formatgeo_sitemap.xml
was not working anymore. Added now a redirect to redirect geo_sitemap.xml
to geo-sitemap.xml
class_exists
check to actually check for the right class (props Ryan McCue).$args
variable which broke widgets.