hallo,
ich habe 4 Plugins (adminimize,etc..) upgedatet. Nun kommt egal, wohin ich auch gehen will (backhand, frontent) die Meldung:
Fatal error: Call to undefined function wp_get_current_user() in /home/franzneu/web/wp-includes/capabilities.php on line 1187
der Auszug aus dieser PHP von Zeile 1186:
function current_user_can( $capability ) {
$current_user = wp_get_current_user();
if ( empty( $current_user ) )
return false;
$args = array_slice( func_get_args(), 1 );
$args = array_merge( array( $capability ), $args );
return call_user_func_array( array( $current_user, 'has_cap' ), $args );
}
wo liegtda der Fehler?
Bräuchte dringend Hilfe, meine webseite steht!
Danke