WC_Admin_Notices::maybe_remove_php73_required_notice()publicWC 1.0

Method of the class: WC_Admin_Notices{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Admin_Notices = new WC_Admin_Notices();
$WC_Admin_Notices->sprintf(;

WC_Admin_Notices::maybe_remove_php73_required_notice() code WC 8.7.0

sprintf(
	'%s%s',
	sprintf(
		'<h4>%s</h4>',
		esc_html__( 'WooCommerce webhooks that use the Legacy REST API will be unsupported soon', 'woocommerce' )