Action Reference: geodir_publish_listing_form_button

Summary

Filter the HTML button for publishing the listing on the preview page.

Parameters

$publish_listing_form_button
(string) (required) The HTML for the submit button.

Default: None

Change Log

Since: 1.0.0

Used by

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

Source Code

                $publish_listing_form_button = apply_filters('geodir_publish_listing_form_button', $publish_listing_form_button);