Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created February 28, 2019 18:25
Show Gist options
  • Save wp-seopress/9ae295eeaae948cf8e4bd425c9fe3ec5 to your computer and use it in GitHub Desktop.
Save wp-seopress/9ae295eeaae948cf8e4bd425c9fe3ec5 to your computer and use it in GitHub Desktop.
Filter breadcrumbs separator
function sp_pro_breadcrumbs_sep() {
return '->';
}
add_action('seopress_pro_breadcrumbs_sep', 'sp_pro_breadcrumbs_sep');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment