📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 19:38:09
📂
/ (Root)
/
home
/
apkbfjox
/
casinos.com.pk
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
dashboard
/
infrastructure
/
nonces
📍 /home/apkbfjox/casinos.com.pk/wp-content/plugins/wordpress-seo/src/dashboard/infrastructure/nonces
🔄 Refresh
✏️
Editing: nonce-repository.php
Writable
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Dashboard\Infrastructure\Nonces; /** * Repository for WP nonces. */ class Nonce_Repository { /** * Creates the nonce for a WP REST request. * * @return string */ public function get_rest_nonce(): string { return \wp_create_nonce( 'wp_rest' ); } }
💾 Save Changes
❌ Cancel