Go to the source code of this file.
◆ $content
- Runs Filter:
gravityview/fields/custom/content_before
Modify Custom Content field output before Merge Tag processing
- Since
- 1.6.2
- Parameters
-
string | $content | HTML content of field |
- Since
- 2.0
- Parameters
-
Definition at line 58 of file field-custom.php.
◆ $entry
if (! class_exists('GFFormDisplay')) $entry = apply_filters( 'gravityview/fields/custom/entry', $entry, $form, $gravityview ) |
- Runs Filter:
gravityview/fields/custom/entry
Modify entry being displayed
- Parameters
-
array | $entry | The current entry being displayed. |
array | $form | The current form the custom content is using. |
| | |
Definition at line 37 of file field-custom.php.
◆ $form
- Runs Filter:
gravityview/fields/custom/form
Modify form that content is being pulled from
- Parameters
-
array | $form | The current form the custom content is using. |
array | $entry | The current entry being displayed. |
| | |
Definition at line 16 of file field-custom.php.
◆ $gf_form
◆ else
Initial value:{
$entry = $gravityview->entry->as_entry()
if(! class_exists( 'GFFormDisplay')) $entry
Definition at line 21 of file field-custom.php.