You appear to be a bot. Output may be restricted
Description
Returns true
when the Jetpack plugin exists on this WordPress installation.
Usage
$bool = Jetpack_Conditional::is_met();
Parameters
Returns
bool true
when the Jetpack plugin exists on this WordPress installation.
Source
File name: wordpress-seo/src/conditionals/jetpack-conditional.php
Lines:
1 to 3 of 3
public function is_met() { return \class_exists( 'Jetpack' ); }