kollapsminoriteten/wp-content/plugins/jetpack/class.jetpack-idc.php

11 lines
351 B
PHP
Raw Normal View History

2021-07-23 11:58:50 +02:00
<?php // phpcs:disable Squiz.Commenting.FileComment.SpacingAfterComment
2019-11-15 23:26:29 +01:00
/**
2021-07-23 11:58:50 +02:00
* Identity Crisis handler.
2019-11-15 23:26:29 +01:00
*
2021-07-23 11:58:50 +02:00
* @deprecated 9.8.0. Functionality moved to the automattic/identity-crisis package.
* @package automattic/jetpack
2019-11-15 23:26:29 +01:00
*/
2021-07-23 11:58:50 +02:00
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
_deprecated_file( basename( __FILE__ ), 'jetpack-9.8' );