Yoast\WP\SEO\Helpers

Options_Helper::get_separator_options()protectedYoast 1.0

Get the available separator options.

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

Хуков нет.

Возвращает

Массив.

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

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

Код Options_Helper::get_separator_options() Yoast 22.4

protected function get_separator_options() {
	return WPSEO_Option_Titles::get_instance()->get_separator_options();
}