/home/vianto5/heredit.mx/wp-content/plugins/wpforms/src/Pro/Admin/Entries
NameSizeModeActions
Ajax/-0755rm
Export/-0755rm
Import/-0755rm
Overview/-0755rm
Table/-0755rm
Edit.php528540644editdlrm
FilterSearch.php60750644editdlrm
Handler.php18440644editdlrm
Helpers.php12550644editdlrm
ListTable.php609980644editdlrm
Page.php412750644editdlrm
PageOptions.php19070644editdlrm
PrintPreview.php169810644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/wpforms/src/Pro/Admin/Entries/Helpers.php (1255B)
esc_html__( 'Entry ID', 'wpforms' ), 'entry_notes' => esc_html__( 'Entry Notes', 'wpforms' ), 'ip_address' => esc_html__( 'IP Address', 'wpforms' ), 'user_agent' => esc_html__( 'User Agent', 'wpforms' ), ]; /** * Allow developers to filter the Advanced Options optgroup items in the field selector of the search form. * * @since 1.6.9 * * @param array $advanced_options { * Advanced Options optgroup value/label pairs. * * @type string $entry_id Option label 'Entry ID'. * @type string $entry_notes Option label 'Entry Notes'. * @type string $ip_addr Option label 'IP Address'. * @type string $user_agent Option label 'User Agent'. * } */ return (array) apply_filters( 'wpforms_pro_admin_entries_get_search_fields_advanced_options', $advanced_options ); // phpcs:ignore WPForms.PHP.ValidateHooks.InvalidHookName } }