Automattic\WooCommerce\Internal\PushNotifications\Notifications
Notification::delete_meta
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() Notification::delete meta code WC 10.9.4
abstract public function delete_meta( string $key ): void;