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
deleted_{$meta_type}_meta
This action is documented in wp-includes/meta.php
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
updated_{$meta_type}_meta
This action is documented in wp-includes/meta.php
update_{$meta_type}_meta
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.
wp_imagecreatetruecolor
Create new GD image resource with transparency support