aioseo_flush_output_buffer

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)

  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' );