Filter Reference: geodir_replace_location_variables_seo

Summary

Filter the location terms variables.

Package

GeoDirectory

Parameters

$title
(string) (required) The title with variables.

Default: None
$location_array
(array) (required) The array of location variables.

Default: None
$gd_page
(string) (required) The page being filtered.

Default: None
$sep
(string) (required) The separator, default: `|`.

Default: None

Change Log

Since: 1.6.16

Used by

geodirectory-functions/general_functions.php: geodir_wpseo_replacements() [Line: 4541]

Source Code

	$title = apply_filters( 'geodir_replace_location_variables_seo', $title, $location_array, '', '' );