add_filter( 'the_content', function( $content ) {   if( function_exists( 'rank_math_get_breadcrumbs' ) ) {     $content = rank_math_get_breadcrumbs() . $content;   }   return $content; });

Read more of this post