Home / Admin / Control Whether AIOSEO Flushes Output Buffer After Rewriting Title
Duplicate Snippet

Embed Snippet on Your Site

Control Whether AIOSEO Flushes Output Buffer After Rewriting Title

This snippet can be used to control whether AIOSEO flushes the output buffer after rewriting the title. You can disable this to fix conflicts with other plugins that also do output buffering at the same time.

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

Comments

Add a Comment