futtta / wp-youtube-lyte

Embed YouTube on WordPress for optimal performance
24 stars 10 forks source link

double dash in code blocks replaced by unicode dash #25

Closed paroj closed 2 months ago

paroj commented 3 years ago

wp: 5.7.2 wp-lyte: 1.7.16

seems the fix in 593566ca7df46c9da425b7ba7d24d055ee6cb2fc is incomplete. Why does this plugin need to do that anyway?

futtta commented 3 years ago

historically, don't even remember I'm afraid. but if you want you can use below code snippet to disable it;

add_filter( 'lyte_kinda_textureize', '__return_false' );

in the future I might disable it by default too.