Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created December 6, 2023 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wp-seopress/9e42406408f1e3a7aebf9768b1f14cf9 to your computer and use it in GitHub Desktop.
Save wp-seopress/9e42406408f1e3a7aebf9768b1f14cf9 to your computer and use it in GitHub Desktop.
Filter Breadcrumbs JSON
add_filter( 'seopress_pro_breadcrumbs_json', 'sp_pro_breadcrumbs_json' );
function sp_pro_breadcrumbs_json($array) {
//var_dump($array);
//do your stuff
return $array;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment