updated_{$this->object_type}_meta

updated_{$this->object_type}_meta

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('updated_{$this->object_type}_meta') is found 1 times:

  • /includes/abstracts/abstract-wc-data.php line 722
    					 * @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 );