Yoast\WP\SEO\Helpers
Options_Helper::get_separator_options() protected Yoast 1.0
Get the available separator options.
{} Это метод класса: Options_Helper{}
Хуков нет.
Возвращает
Массив.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_separator_options();
Код Options_Helper::get_separator_options() Options Helper::get separator options Yoast 15.6.2
protected function get_separator_options() {
return WPSEO_Option_Titles::get_instance()->get_separator_options();
}