Action Reference: geodir_publish_listing_form_action

Summary

Filter the URL for the publish listing form on the preview page.

Parameters

$form_action_url
(string) (required) The URL for the form.

Default: None

Change Log

Since: 1.0.0

Used by

geodirectory/geodirectory-templates/preview-buttons.php: [Line: 27]

Source Code

$form_action_url = apply_filters('geodir_publish_listing_form_action', $form_action_url);