Description
Makes website and email field values render as clickable links in the Gravity Forms entries list view, using WordPress’s native make_clickable() helper.
Usage Notes
make_clickable()wraps URLs in<a href="">and email addresses in<a href="mailto:">tags — output is unescaped HTML, so ensure the entry context is trusted.- The
is_numeric( $field_id )check excludes virtual/meta fields (e.g. entry meta) which may not have a corresponding field object, preventing a fatal error onget_input_type().
Code
Please log in to view this code snippet.