wpseo_breadcrumb_separator, $this->helpers->options->get( breadcrumbs-sep

wpseo_breadcrumb_separator, $this->helpers->options->get( breadcrumbs-sep

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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;
    	}