deleted_{$this->object_type}_meta, $meta->id, $this->get_id(
deleted_{$this->object_type}_meta, $meta->id, $this->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('deleted_{$this->object_type}_meta, $meta->id, $this->get_id(') is found 1 times:
- /includes/abstracts/abstract-wc-data.php line 773
* @param int $object_id Object ID. * @param string $meta_key Metadata key. * @param mixed $meta_value Metadata value (will be empty for delete). */ do_action( "deleted_{$this->object_type}_meta", $meta->id, $this->get_id(), $meta->key, $meta->value ); unset( $this->meta_data[ $array_key ] ); } } elseif ( empty( $meta->id ) ) { $meta->id = $this->data_store->add_meta( $this, $meta ); /**