PHP Fatal Error
-
wp-login and index.php are blank. I checked error logs and see this repeating
PHP FATAL ERROR : Call to undefined function wp_register_plugin_realpath ( ) in wp-settings.php line 213
// Load active plugins.
foreach ( wp_get_active_and_valid_plugins() as $plugin ) {
wp_register_plugin_realpath( $plugin );
include_once( $plugin );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Fatal Error’ is closed to new replies.