Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Last active June 14, 2022 14:49
Show Gist options
  • Save wp-seopress/b6e237727fc1e447d5f53c853c66ab51 to your computer and use it in GitHub Desktop.
Save wp-seopress/b6e237727fc1e447d5f53c853c66ab51 to your computer and use it in GitHub Desktop.
Filter breadcrumbs inline CSS
function sp_pro_breadcrumbs_css() {
//Disable breadcrumbs inline CSS
return false;
}
add_action('seopress_pro_breadcrumbs_css', 'sp_pro_breadcrumbs_css');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment