Function Reference: geodir_show_city_in_address

Summary

Sets “show city in address” value to true.

Package

GeoDirectory_Location_Manager

Parameters

$show_city
(bool) (required) show city in address? Default false.

Default: None

Return Values

(bool)

    Change Log

    Since: 1.0.0

    Source File

    geodir_show_city_in_address() is located in geodir_location_manager/geodir_location_hooks_actions.php [Line: 3065]

    Source Code

    function geodir_show_city_in_address($show_city)
    {
    	return true ;
    }