You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/add-ons/pro-variables/upgrade-from-low-variables.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,6 @@ In the ExpressionEngine v7.0.0 release, Pro Variables was added added as a nativ
14
14
However, best practice in this situation requires 2 additional steps:
15
15
16
16
- Remove the old add-on folder system/user/addons/low_variables.
17
-
- Replace the old format `{exp:low_variables:` tags with new `{exp:pro_variables:` format. This can be done with the Find and Replace utility found in `Tools - Utilities - Search and Replace`. It is recommended that you save a database backup before making this change. Then simply search for `{exp:low_variables:` and replace with `{exp:pro_variables:`.
17
+
- Replace the old format `{exp:low_variables:` tags with new `{exp:pro_variables:` format.
18
+
19
+
This can be done with the (Find and Replace utility)[control-panel/utilities/data-operations.md#data-search-and-replace] found in `Tools - Utilities - Search and Replace`. It is highly recommended that you save a database backup before making this change. Then search in ALL templates for `{exp:low_variables:` and replace with `{exp:pro_variables:` and for `{/exp:low_variables:` and replace with `{/exp:pro_variables:`
0 commit comments