aioseo_breadcrumbs_separator_symbol

aioseo_breadcrumbs_separator_symbol

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.8

apply_filters('aioseo_breadcrumbs_separator_symbol') is found 1 times:

  • /app/Common/Breadcrumbs/Frontend.php line 336
    		if ( ! empty( $separatorToOverride ) ) {
    			$separator = $separatorToOverride;
    		}
    
    		$separator = apply_filters( 'aioseo_breadcrumbs_separator_symbol', $separator );
    
    		return apply_filters( 'aioseo_breadcrumbs_separator', '<span class="aioseo-breadcrumb-separator">' . esc_html( $separator ) . '</span>' );
    	}
    
    	/**
    	 * Function to filter the linkCurrentItem option.