WordPress Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist (FIXED)
Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist (FIXED)
Follow these simple steps:
Open your File Manager on your hosting
Open public_html -> wp-content -> plugins -> elementor-pro -> modules -> theme-builder -> documents -> Click Edit the "theme-document.php" and find the code below
ORIGINAL CODE:
$method = $reflection->getMethod( 'get_site_editor_type' );
ADD DOUBLE-SLASH TO COMMENT THE ORIGINAL CODE: //$method = $reflection->getMethod( 'get_site_editor_type' );
Thank you, please comment and SHARE!
Comments
Post a Comment