llms_update_util_rekey_meta( string $post_type, string $new_key, string $old_key )
Update the key of a postmeta item
Description Description
Parameters Parameters
- $post_type
-
(Required) Post type.
- $new_key
-
(Required) New postmeta key.
- $old_key
-
(Required) Old postmeta key.
Return Return
(void)
Source Source
File: includes/functions/llms.functions.updates.php
Changelog Changelog
Version | Description |
---|---|
3.4.3 | Introduced. |