kollapsminoriteten/wp-content/plugins/jetpack/class-jetpack-newsletter-da...

16 lines
436 B
PHP
Raw Permalink Normal View History

2025-04-25 12:30:07 +02:00
<?php
/**
* Jetpack Newsletter Dashboard Widget.
*
2025-05-07 06:48:41 +02:00
* @deprecated 14.6
* The class now lives within the Subscriptions module directory.
2025-04-25 12:30:07 +02:00
*
* @package jetpack
*/
2025-12-12 13:13:07 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit( 0 );
}
2025-05-07 06:48:41 +02:00
_deprecated_file( __FILE__, 'jetpack-14.6', JETPACK__PLUGIN_DIR . '/modules/subscriptions/dashboard-widget/class-jetpack-newsletter-dashboard-widget.php' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped