Allow Twitter Card Meta tags to be disabled.
Parameters
- true
bool Should Twitter Card Meta tags be disabled. Default to true.
Changelog
- Introduced in Jetpack 2.6.0
How to use this hook
Notes
You can remove all Twitter Cards tags added by Jetpack like so:add_filter( 'jetpack_disable_twitter_cards', '__return_true', 99 );