20 | | * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) |
21 | | * @param int $object_id ID of the object metadata is for |
22 | | * @param string $meta_key Metadata key |
23 | | * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. |
24 | | * @param bool $unique Optional, default is false. |
25 | | * Whether the specified metadata key should be unique for the object. |
26 | | * If true, and the object already has a value for the specified metadata key, |
27 | | * no change will be made. |
| 20 | * @param string $meta_type Type of object metadata is for (e.g., comment, post, or user) |
| 21 | * @param int $object_id ID of the object metadata is for |
| 22 | * @param string $meta_key Metadata key |
| 23 | * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. |
| 24 | * @param bool $unique Optional, default is false. |
| 25 | * Whether the specified metadata key should be unique for the object. |
| 26 | * If true, and the object already has a value for the specified metadata key, |
| 27 | * no change will be made. |
| 28 | * @param string $object_subtype Optional. Subtype of object. |