Filter: gravityview/duplicate-view/get_clone_view_link
Modifies the Clone View URL that is generated.
Parameters
| Name | Type | Description |
|---|---|---|
| $clone_view_link | string | Link with admin_url("admin.php"), plus the action query string. |
| $view_id | int | View ID. |
| $context | string | How to display the link. If "display", the URL is run through esc_html(). Default: display. |
Since
- 1.6
Source
Defined in src/Admin/DuplicateView.php at line 335