Action Reference: geodir_address_extra_listing_fields

Summary

Called after the address input on the add listings.

Description

This is used by the location manage to add further locations info etc.

Parameters

$cf
(array) (required) The array of setting for the custom field. {@see geodir_custom_field_save()}.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory-functions/custom_fields_input_functions.php: geodir_cfi_address() [Line: 1095]

Source Code

        do_action('geodir_address_extra_listing_fields', $cf);