WPSEO_Metabox::get_hidden_replace_vars()protectedYoast 1.0

Returns the list of replace vars that should be hidden inside the editor.

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

Хуков нет.

Возвращает

Строку[]. The hidden replace vars.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_hidden_replace_vars();

Код WPSEO_Metabox::get_hidden_replace_vars() Yoast 22.4

protected function get_hidden_replace_vars() {
	return ( new WPSEO_Replace_Vars() )->get_hidden_replace_vars();
}