Action Reference: geodir_popup_forms_template_start

Summary

Called at the start of the popup-forms.php template, can be used to add extra forms to the popup form template.

Parameters

$post_id
(int) (required) The post id requested by the popup.

Default: None
$post_info
(object) (required) The post object requested by the popup.

Default: None

Change Log

Since: 1.4.2

Used by

geodirectory-templates/popup-forms.php: [Line: 22]

Source Code

do_action('geodir_popup_forms_template_start',$post_id,$post_info);