PHP Warning: strpos(): Empty needle in /home/site/site.org/www/wp-includes/plugin.php on line 687
arsort( $wp_plugin_paths );
foreach ( $wp_plugin_paths as $dir => $realdir ) {
if ( strpos( $file, $realdir ) === 0 ) { // строка 687
$file = $dir . substr( $file, strlen( $realdir ) );
}
}