<?php
+define( 'WP_CACHE', true ); // Added by WP Rocket
+
// Include local configuration
if (file_exists(dirname(__FILE__) . '/local-config.php')) {
return 'PhysioAssist';
});
- add_action('plugins_loaded', [$this, 'debug']);
+ // add_action('plugins_loaded', [$this, 'debug']);
}
$post = get_page_by_path('404-template');
if ($post) {
- echo \Elementor\Plugin::instance()->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