updated_{$this->object_type}_meta, $meta->id, $this->get_id(
updated_{$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('updated_{$this->object_type}_meta, $meta->id, $this->get_id(') is found 1 times:
- /includes/abstracts/abstract-wc-data.php line 800
* @param int $object_id Object ID. * @param string $meta_key Metadata key. * @param mixed $meta_value Metadata value. */ do_action( "updated_{$this->object_type}_meta", $meta->id, $this->get_id(), $meta->key, $meta->value ); $meta->apply_changes(); } } if ( ! empty( $this->cache_group ) ) { $cache_key = self::generate_meta_cache_key( $this->get_id(), $this->cache_group );