Yoast\WP\SEO\Expiring_Store\Application

Expiring_Store::getpublicYoast 1.0

Gets a value scoped to the current blog.

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

Хуков нет.

Возвращает

scalar|Массив<Строку|int|float|true|false|Массив|null>. The stored value.

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

$Expiring_Store = new Expiring_Store();
$Expiring_Store->get( $key );
$key(строка) (обязательный)
The key.

Код Expiring_Store::get() Yoast 27.7

public function get( string $key ) {
	return $this->do_get( $this->prefix_for_blog( $key ) );
}