File manager - Edit - /home/kdmucyyv/semigocare.co.uk/wp-content/mu-plugins/vendor/wpsec/wp-2fa-plugin/src/utils/RequestUtils.php
Back
<?php namespace Wpsec\twofa\utils; /** * Request helper. * * @package Wpsec * @subpackage Wpsec/utils */ class RequestUtils { /** * Checks if POST parameter exist and is it empty * * @since 1.0.0 * * @return bool */ public static function check_post_param( $param ) { return array_key_exists( $param, $_POST ) && ! empty( $_POST[ $param ] ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings