Used By
| Used By | Description | 
|---|---|
| wp-includes/class-wp-meta-query.php: WP_Meta_Query::get_sql() | Generates SQL clauses to be appended to a main query. | 
| wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. | 
| wp-includes/meta.php: get_metadata_by_mid() | Retrieves metadata by meta ID. | 
| wp-includes/meta.php: update_metadata_by_mid() | Updates metadata by meta ID. | 
| wp-includes/meta.php: delete_metadata_by_mid() | Deletes metadata by meta ID. | 
| wp-includes/meta.php: update_meta_cache() | Updates the metadata cache for the specified objects. | 
| wp-includes/meta.php: add_metadata() | Adds metadata for the specified object. | 
| wp-includes/meta.php: 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. |