Saya telah menghadapi masalah ini sepanjang masa, jadi keliru, saya masih mengalami ralat yang sama. Sesiapa boleh tolong?
jessyPemula
Bagaimana untuk membetulkan ralat Fatal WordPress: ReflectionException Uncaught: Kaedah get_site_editor_type tidak wujud dalam… pada baris 45?
Share
I have had this happen several times and I comment out the line, finally it works.
Open this file: wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php
Add this code to line 46 of that file:
if (method_exists($class_name, “get_site_editor_type”)) {
then close the if in line 54 with }.