Source file: modules/minileven/theme/pub/minileven/functions.php
View in GitHubParameters
- $enabled
-
(bool) True if featured images should be displayed, false if not.
Changelog
Since: Jetpack 3.2.0
Notes
One could use this filter to always hide the Featured Images from the Mobile Theme, regardless of the options picked in the dashboard:
add_filter( 'minileven_show_featured_images', '__return_false' );