added_{$meta_type}_meta

added_{$meta_type}_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('added_{$meta_type}_meta') is found 1 times:

  • /wp-includes/meta.php line 156
    	 * @param int    $object_id   ID of the object metadata is for.
    	 * @param string $meta_key    Metadata key.
    	 * @param mixed  $_meta_value Metadata value.
    	 */
    	do_action( "added_{$meta_type}_meta", $mid, $object_id, $meta_key, $_meta_value );
    
    	return $mid;
    }
    
    /**
     * Updates metadata for the specified object. If no value already exists for the specified object
    

See this hook used in plugins: