From a42afb4b714f906f5d04244afc48899a7550bc86 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Wed, 27 Jul 2022 19:28:08 +0200 Subject: [PATCH] WIP #5342 @0.5 --- wp-config.php | 2 ++ wp-content/mu-plugins/physioassist/src/Common/Setup.php | 2 +- wp-content/themes/physioassist/resources/views/404.blade.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-config.php b/wp-config.php index 883c41c..225b916 100644 --- a/wp-config.php +++ b/wp-config.php @@ -1,4 +1,6 @@ frontend->get_builder_content_for_display(wpml_object_id_filter($post->ID, 'page', true)); + echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display($post->ID); } @endphp -- 2.39.5