Automattic\WooCommerce\Internal\PushNotifications\Notifications

Notification::delete_metapublicWC 10.8.0

Deletes a meta key from this notification's resource.

Method of the class: Notification{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Notification = new Notification();
$Notification->delete_meta( $key ): void;
$key(string) (required)
The meta key.

Changelog

Since 10.8.0 Introduced.

Notification::delete_meta() code WC 10.9.4

abstract public function delete_meta( string $key ): void;