Function Reference: geodir_payment_publish_listing_form_go_back

Summary

Get the go back and edit HTML on the preview page.

Parameters

$listing_form_go_back
(string) (required) The HTML for the cancel and go back and edit button/link.

Default: None

Return Values

(Go)
  • back and edit buttons/links.

Change Log

Since: 1.0.0

Source Code

function geodir_payment_publish_listing_form_go_back($listing_form_go_back) {
	return $listing_form_go_back = '';
}