Yoast\WP\SEO\Dashboard\Infrastructure\Nonces

Nonce_Repository::get_rest_noncepublicYoast 1.0

Creates the nonce for a WP REST request.

Метод класса: Nonce_Repository{}

Хуков нет.

Возвращает

Строку.

Использование

$Nonce_Repository = new Nonce_Repository();
$Nonce_Repository->get_rest_nonce(): string;

Код Nonce_Repository::get_rest_nonce() Yoast 27.3

public function get_rest_nonce(): string {
	return \wp_create_nonce( 'wp_rest' );
}