Skip to main content

GF_Field_Donation

Deprecated: since 1.6 Class GF_Field_Donationç

Source: includes/fields/class-gf-field-donation.php:12

Details

  • Kind: class
  • Namespace: (global)
  • Extends: GF_Field

Properties

PropertyTypeDescription
$_supports_state_validationboolIndicates if this field supports state validation.

Methods

MethodDescription
get_value_entry_detail()Format the entry value for display on the entry detail page and for the {all_fields} merge tag.

Method Reference

get_value_entry_detail()

public function get_value_entry_detail( $value, $entry=[], $use_text=false, $format='html', $media='screen' )

Format the entry value for display on the entry detail page and for the {all_fields} merge tag.

Parameters

NameTypeDefaultDescription
$valuestring | arrayThe field value.
$entryarray[]The entry.
$use_textbool | falsefalseWhen processing choice based fields should the choice text be returned instead of the value.
$formatstring'html'The format requested for the location the merge is being used. Possible values: html, text or url.
$mediastring'screen'The location where the value will be displayed. Possible values: screen or email.

Returns

  • string

Since:

  • 1.9
  • 2.9.29 (Changed the second parameter $currency (string) to $entry (array).)

Source: includes/fields/class-gf-field-donation.php:98