芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/itrema/wp-content/plugins/seo-meta-description/helper.php
", $strarr); return $str; } function removespecialchars($str) { $strarr = explode("", $str); $str = implode("", $strarr); $str = stripslashes($str); return $str; } function str2arr($str) { $chararray = array(); for($i=0; $i < strlen($str); $i++){ array_push($chararray,$str{$i}); } return $chararray; } function flush_rewrites() { global $wp_rewrite; $wp_rewrite->flush_rules(); } function add_rewrites() { global $wp_rewrite; $ftc_new_non_wp_rules = array( 'find/(perl_string_becomming_$1)' => '/addit.php?here=$1', ); $wp_rewrite->non_wp_rules = $ftc_new_non_wp_rules + $wp_rewrite->non_wp_rules; } }// end of a class endif; ?>