updated_{$this->object_type}_meta

updated_{$this->object_type}_meta

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

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

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