Function Reference: geodir_payment_publish_listing_form_button

Summary

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

Parameters

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

Default: None

Return Values

(The)
  • submit button.

Change Log

Since: 1.0.0

Source Code

function geodir_payment_publish_listing_form_button($listing_form_button) {
	return $listing_form_button = '';
}