Skip to content

Instantly share code, notes, and snippets.

View jdtumala's full-sized avatar
🎯
Focusing

Jehreykein Tumala jdtumala

🎯
Focusing
View GitHub Profile
/**
* Filter the output of Yoast breadcrumbs to remove <span> tags added by the plugin
* @param $output
*
* @return mixed
*/
function j_filter_yoast_breadcrumb_output( $output ){
$from = '<span>';
$to = '</span>';