芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/plugins/contact-form-7/includes/swv/php/rules/requiredfile.php
get_property( 'field' ); $input = $_FILES[$field]['tmp_name'] ?? ''; $input = wpcf7_array_flatten( $input ); $input = wpcf7_exclude_blank( $input ); if ( empty( $input ) ) { return $this->create_error(); } return true; } }