Tribe__Events__Community__Main::removeFilters()
Unhook content filters from the content.
Return
(void)
Source
File: src/Tribe/Main.php
public function removeFilters() {
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_content', 'wptexturize' );
}
Changelog
| Version | Description |
|---|---|
| 1.0 | Introduced. |