You appear to be a bot. Output may be restricted
Description
If the site's current theme supports post thumbnails, return true (otherwise return false).
Usage
$bool = Abstract_Jetpack_Site::featured_images_enabled();
Parameters
Returns
bool
Source
File name: jetpack/sal/class.json-api-site-jetpack-base.php
Lines:
1 to 4 of 4
public function featured_images_enabled() { return $this->current_theme_supports( 'post-thumbnails' ); }