[ad_1]
My testing email is showing:
#039;instead of ‘
already tried these possible fixes but still is showing that.
// fixed apostrophe not appearing on emails
function wpb_sender_name( $original_email_from ) {
return "Rosillo's Pizza";
}
add_filter( 'wp_mail_from_name', 'wpb_sender_name' );
// additional fix
remove_filter ('the_title', 'wptexturize');none of these fixed the issue, at least for the testing email

