WC_Gateway_Paypal_Notices::add_paypal_migration_notice_on_payments_settings_pagepublicWC 1.0

Deprecated since 0.4.0. It is no longer supported and may be removed in future releases. Use d. Functionality is now handled by add_paypal_notices_on_payments_settings_page() instead.

Add notice warning about the migration to PayPal Payments on the Payments settings page.

Method of the class: WC_Gateway_Paypal_Notices{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Gateway_Paypal_Notices = new WC_Gateway_Paypal_Notices();
$WC_Gateway_Paypal_Notices->add_paypal_migration_notice_on_payments_settings_page();

Changelog

Deprecated since 10.4.0 No longer used. Functionality is now handled by add_paypal_notices_on_payments_settings_page().

WC_Gateway_Paypal_Notices::add_paypal_migration_notice_on_payments_settings_page() code WC 10.7.0

public function add_paypal_migration_notice_on_payments_settings_page() {
	wc_deprecated_function( __METHOD__, '10.4.0', 'WC_Gateway_Paypal_Notices::add_paypal_notices_on_payments_settings_page' );
	$this->add_paypal_notices_on_payments_settings_page();
}