' . wp_kses_post( $notice['description'] ) . '
';
}
}
/**
* Show notice about to expiring subscription on WC settings page.
*
* @return void
*/
public static function maybe_show_expiring_subscriptions_notice() {
if ( ! WC_Helper::is_site_connected() ) {
return;
}
if ( 'woocommerce_page_wc-settings' !== get_current_screen()->id ) {
return;
}
$notice = self::get_expiring_subscription_notice();
if ( isset( $notice['description'] ) ) {
echo '