Home / Disable / Disable WP Texturize
Duplicate Snippet

Embed Snippet on Your Site

Disable WP Texturize

Disable WP Texturize Everywhere

<10
Code Preview
php
<?php
add_filter( 'run_wptexturize', '__return_false' );

Comments

Add a Comment