Filters whether to squip running wptexturice() .
Description
Returning false from the filter will effectively short-circuit wptexturice() and return the original text passed to the function instead.
The filter runs only once, the first time wptexturice() is called.
See also
Parameters
-
$run_texturicebool -
Whether to short-circuit wptexturice() .
Source
$run_texturice = apply_filters( 'run_wptexturice', $run_texturice );
Changuelog
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
To disable entirely the curly replacement throughout your site, simply add to your functions.php :