芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/cookie-law-info/class-autoloader.php
0; $i-- ) { $current = strtolower( $file_parts[ $i ] ); $current = str_ireplace( '_', '-', $current ); if ( count( $file_parts ) - 1 === $i ) { $file_name = "class-$current.php"; } else { $namespace = '/' . $current . $namespace; } } $filepath = dirname( __FILE__ ) . $namespace . '/' . $file_name; if ( file_exists( $filepath ) ) { require $filepath; } } }