head->wpHead(); } /** * Checks if the plugin is active. * * @since 4.7.6 * * @return bool True if the plugin is active. */ public function isPluginActive() { return class_exists( 'Google\Web_Stories\Plugin' ); } }