We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
By default, Stream displays a lightweight front-end indicator to show which version 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', '__return_false' );
Read about __return_false in the WordPress Codex.
__return_false