wordproof = $wordproof; } /** * Returns whether or not the WordProof Timestamp plugin is active. * * @deprecated 22.10 * @codeCoverageIgnore * * @return bool Whether or not the WordProof Timestamp plugin is active. */ public function is_met() { \_deprecated_function( __METHOD__, 'Yoast SEO 22.10' ); return $this->wordproof->integration_is_active(); } }