set_meta
Description:
Sets the value of the specified field of the meta container to a copy of the given value.
If the given value
is null, the field given by meta_item
is removed and
true is returned.
Parameters:
this | |
meta_item |
The key for the this field to set |
value |
The value to set under |
Returns:
true if |