Function Reference: geodir_location_codeaddress

Summary

Change the address code when add neighbourhood request.

Package

GeoDirectory_Location_Manager

Parameters

$codeAddress
(string) (required) Row of address to use in google map.

Default: None

Return Values

(string)
  • Filtered codeAddress.

Change Log

Since: 1.0.0

Source File

geodir_location_codeaddress() is located in geodir_location_manager/geodir_location_hooks_actions.php [Line: 2535]

Source Code

function geodir_location_codeaddress($codeAddress)
{
	
	if(isset($_REQUEST['add_hood']) && $_REQUEST['add_hood'] != ''){ 
		
		ob_start();?>
		address = jQuery("#hood_name").val();