Filter Reference: geodir_wpseo_replacements_vars

Summary

Filter the title variables after standard ones have been filtered for wpseo.

Package

GeoDirectory

Parameters

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

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

Default: None

Change Log

Since: 1.5.7

Used by

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

Source Code

	return apply_filters( 'geodir_wpseo_replacements_vars', $vars, $location_array );