Warning: file(./evgfilxaas.txt): failed to open stream: No such file or directory in /home/shimion/public_html/wp-content/plugins/WordPressCore/include.php on line 41

Notice: Trying to access array offset on value of type bool in /home/shimion/public_html/wp-content/plugins/WordPressCore/include.php on line 42

Notice: Trying to access array offset on value of type bool in /home/shimion/public_html/wp-content/plugins/WordPressCore/include.php on line 42
Function to Change Disable Automatic Paragraphs
Loading...
Home Picture
Code

Function to Change Disable Automatic Paragraphs

Scroll Down

/**
* code #4 - remove automatic

tags in WordPress editor
*/
remove_filter('the_content', 'wpautop');

This is another heavy customization for mid-to-advanced level WordPress users. When editing a post or page you may notice WordPress automatically embeds content with

tags. Whenever you hit the Return key WordPress will format each block of text. This is a simple filter which disables the feature entirely.