Notice: There is no legacy documentation available for this item, so you are seeing the current documentation.
Purpose
This filter 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.
Arguments (1)
- $enabled (boolean) – Whether AIOSEO should flush the output buffer after rewriting the title. Defaults to true.
Example code snippet
add_filter( 'aioseo_flush_output_buffer', '__return_false' );