From 63a86d98e6f0a89fd829314a1b3603b0c091b549 Mon Sep 17 00:00:00 2001 From: beccamarkowitz <157301320+beccamarkowitz@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:56:19 +0200 Subject: [PATCH] Update best-practices.md --- src/getting-started/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started/best-practices.md b/src/getting-started/best-practices.md index bd00e75..f656482 100644 --- a/src/getting-started/best-practices.md +++ b/src/getting-started/best-practices.md @@ -26,7 +26,7 @@ Use WordPress functions to [internationalize](https://developer.wordpress.org/ap ## Remove Deprecated Code -Already have an addon? Run it through the [Elementor Deprecated Code Detector](https://github.com/matipojo/elementor-deprecated-code-detector) to see if your addon contains any [deprecated code](https://developers.elementor.com/docs/deprecations). If so, we highly recommend removing it. +Already have an addon? Run it through the [Elementor Deprecated Code Detector](https://github.com/matipojo/elementor-deprecated-code-detector) to see if your addon contains any [deprecated code](https://developers.elementor.com/docs/deprecations). If so, we highly recommend removing it. You can see a list of [recent deprecations here](https://developers.elementor.com/recent-deprecations/) ## Adopt Latest Performance Features