mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://stackoverflow.com/questions/3330800/wordpress-disable-wptexturize-globally https://codex.wordpress.org/Plugin_API/Filter_Reference/run_wptexturize
1 line
51 B
Text
1 line
51 B
Text
add_filter( 'run_wptexturize', '__return_false' );
|