15 var
$search_operators = array(
'is',
'isnot',
'greater_than',
'less_than',
'in',
'not_in' );
19 var
$icon =
'dashicons-code-standards';
24 $this->label = esc_html__(
'Entry ID',
'gk-gravityview' );
25 $this->
description = __(
'The unique ID of the entry.',
'gk-gravityview' );
26 parent::__construct();
31 if (
'edit' === $context ) {
32 return $field_options;
35 if (
'single' === $context ) {
36 unset( $field_options[
'new_window'] );
39 return $field_options;
Modify field settings by extending this class.
scale description p description
field_options( $field_options, $template_id, $field_id, $context, $input_type, $form_id)
if(empty( $created_by)) $form_id
if(false !==strpos( $value, '00:00')) $field_id
string $field_id ID of the field being displayed