add_filter( 'wpseo_breadcrumb_output', 'custom_wpseo_breadcrumb_output' ); function custom_wpseo_breadcrumb_output( $output ){ if( is_page() ){ $from = '<a href="">...</a>'; // EDIT this to your needs $to = ''; $output = str_replace( $from, $to, $output ); } return $output; }
Udemyを実際に体験した方の感想記事もぜひご覧ください♪