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