PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.4
Elementor Website Builder – more than just a page builder v4.2.4
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/base/element-base.php +8 -0 4.1.04.2.4 View file →
@@ -461,8 +461,16 @@
461 461
462 462 return $this;
463 463 }
464 464
465 + public function reset_descendant_render_state(): void {
466 + $this->reset_render_state();
467 +
468 + foreach ( $this->get_children() as $child ) {
469 + $child->reset_descendant_render_state();
470 + }
471 + }
472 +
465 473 /**
466 474 * Print element.
467 475 *
468 476 * Used to generate the element final HTML on the frontend and the editor.