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.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/functions/llms.functions.updates.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.