diff --git a/website/blog/2024-02-29-tips-useful-features.md b/website/blog/2024-02-29-tips-useful-features.md index 975f0eab9..98c1fbdbe 100644 --- a/website/blog/2024-02-29-tips-useful-features.md +++ b/website/blog/2024-02-29-tips-useful-features.md @@ -102,8 +102,9 @@ Here’s an example how to define the allowed tags so `wp_kses` doesn’t remove } ``` -> ⚠️ **Note** -> Please be vary of attributes you're allowing, as that could expose your website to cross-site-scripting (XSS) and similar attacks! +:::caution +Please be wary of the attributes you allow, as this could expose your website to cross-site scripting (XSS) and similar attacks! +::: Don’t forget to add this to the `register` method: