We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
By default, Stream displays a lightweight front-end indicator to show which version of Stream is installed and activated.
It's an HTML comment that looks like this:
<!-- Stream WordPress user activity plugin v2.0.0 -->
If you want to turn this off, there is a filter available for doing so:
add_filter( 'wp_stream_frontend_indicator', function() { return false; } );