芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/plugins/contact-form-7/includes/swv/php/rules/any.php
rules() as $rule ) { if ( $rule->matches( $context ) ) { $result = $rule->validate( $context ); if ( ! is_wp_error( $result ) ) { return true; } } } return $this->create_error(); } }