wpseo_breadcrumb_separator хук-фильтр . Yoast 1.0
Retrieves the separator.
Использование
add_filter( 'wpseo_breadcrumb_separator', 'filter_function_name_1669' ); function filter_function_name_1669( $helpers->options->get ){ // filter... return $helpers->options->get; }
- $helpers->options->get
- -
Где вызывается хук
wpseo_breadcrumb_separator
yoast/src/presenters/breadcrumbs-presenter.php 247
$this->separator = \apply_filters( 'wpseo_breadcrumb_separator', $this->helpers->options->get( 'breadcrumbs-sep' ) );