From d1ffeba9e7949ec35e7f4a6932b0381a87481c30 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Wed, 18 Sep 2024 06:55:57 -0700 Subject: [PATCH] Update widget-output-caching.md (#286) --- src/widgets/widget-output-caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/widget-output-caching.md b/src/widgets/widget-output-caching.md index ec9678d4..c2481211 100644 --- a/src/widgets/widget-output-caching.md +++ b/src/widgets/widget-output-caching.md @@ -34,7 +34,7 @@ To enhance widget performance by caching static content, apply the following met ```php class Elementor_Test_Widget extends \Elementor\Widget_Base { - protected function is_dynamic_content() { + protected function is_dynamic_content(): bool { return false; } @@ -59,7 +59,7 @@ Let's say you have a widget with a single control in which the users can set a "