You appear to be a bot. Output may be restricted
Description
Defining a base current_theme_supports() function to be extended in the Jetpack_Site class.
Returns true if the current theme supports the $feature_name, false otherwise.
Usage
Abstract_Jetpack_Site::current_theme_supports();
Parameters
Returns
void
Source
File name: jetpack/sal/class.json-api-site-jetpack-base.php
Lines:
1 to 1 of 1
abstract protected function current_theme_supports( $feature_name );