我有这个问题,我无法在我的wordpress页面上登录。我该如何解决? 谢谢大家的帮助!
解析错误:语法错误,/ home2 / tntmilan / public_html / wp-includes / pluggable.php中第1258行出现意外的'endif'(T_ENDIF)
(第1258行是“ endif;”)
$x_redirect_by = apply_filters( 'x_redirect_by', $x_redirect_by, $status, $location );
if ( is_string( $x_redirect_by ) ) {
header( "X-Redirect-By: $x_redirect_by" );
}
header( "Location: $location", true, $status );
return true;
endif;
if ( ! function_exists( 'wp_sanitize_redirect' ) ) :