deleted_{$meta_type}_meta, (array

deleted_{$meta_type}_meta, (array

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('deleted_{$meta_type}_meta, (array') is found 1 times:

  • /wp-includes/meta.php line 1095
    		// Clear the caches.
    		wp_cache_delete( $object_id, $meta_type . '_meta' );
    
    		/** This action is documented in wp-includes/meta.php */
    		do_action( "deleted_{$meta_type}_meta", (array) $meta_id, $object_id, $meta->meta_key, $meta->meta_value );
    
    		// Old-style action.
    		if ( 'post' === $meta_type || 'comment' === $meta_type ) {
    			/**
    			 * Fires immediately after deleting post or comment metadata of a specific type.
    			 *