Filter Reference: geodir_filter_title_variables_location_arr

Summary

Filter the title variables location variables array

Package

GeoDirectory

Parameters

$location_array
(array) (required) The array of location variables.

Default: None
$title
(string) (required) The title with 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.5.5

Used by

geodirectory-functions/general_functions.php: geodir_filter_title_variables() [Line: 4812]

Source Code

	$location_array  = apply_filters( 'geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep );