Advertisement

_get_meta_table

Retrieves the name of the metadata table for the specified object type.

update_meta_cache

Updates the metadata cache for the specified objects.

get_metadata

Retrieves metadata for the specified object.

deleted_postmeta

Fires immediately after deleting metadata for a post.

Advertisement

delete_postmeta

Fires immediately before deleting metadata for a post.

delete_metadata

Deletes metadata for the specified object.

updated_postmeta

This action is documented in wp-includes/meta.php

Advertisement

update_postmeta

This action is documented in wp-includes/meta.php

added_{$meta_type}_meta

Fires immediately after meta of a specific type is added.

Advertisement

update_metadata

Updates metadata for the specified object. If no value already exists for the specified object ID and metadata key, the metadata will be added.

add_metadata

Adds metadata for the specified object.