INVP::untranslate_custom_field_names( string $meta_key )
untranslate_custom_field_names
Contents
Description Description
Removes the prefix from our post meta field keys so 'inventory_presser_make' becomes 'make'. Careful to not damage any provided key that does not start with our prefix.
Parameters Parameters
- $meta_key
-
(Required) The prefixed meta key.
Return Return
(string) The un-prefixed meta key.
Source Source
File: includes/class-invp.php
Expand full source code Collapse full source code View on Github