wpseo_breadcrumb_separator, $this->helpers->options->get( breadcrumbs-sep
wpseo_breadcrumb_separator, $this->helpers->options->get( breadcrumbs-sep
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_breadcrumb_separator, $this->helpers->options->get( breadcrumbs-sep') is found 1 times:
- /src/presenters/breadcrumbs-presenter.php line 245
* @return string The separator. */ protected function get_separator() { if ( ! $this->separator ) { $this->separator = \apply_filters( 'wpseo_breadcrumb_separator', $this->helpers->options->get( 'breadcrumbs-sep' ) ); $this->separator = ' ' . $this->separator . ' '; } return $this->separator; }