Notice: There is no legacy documentation available for this item, so you are seeing the current documentation.
Purpose
This filter can be used to publicly hide the All in One SEO version number.
Arguments (1)
- $hide (boolean) – Whether to hide the version number in the frontend.
Example code snippet
add_filter( 'aioseo_hide_version_number', '__return_true' );