芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Util/Request.php
0; } public function getStringParam(string $key): ?string { if ($this->isPost()) { return isset($_POST[$key]) ? sanitize_text_field($_POST[$key]) : null; } return isset($_GET[$key]) ? sanitize_text_field($_GET[$key]) : null; } }