INVP::translate_custom_field_names( string $nice_name )
translate_custom_field_names
Contents
Description Description
Prefixes our post meta field keys so 'make' becomes 'inventory_presser_make'. Careful to not prefix a key that has already been prefixed.
Parameters Parameters
- $nice_name
-
(Required) The unprefixed meta key.
Return Return
(string) The prefixed meta key.
Source Source
File: includes/class-invp.php
Expand full source code Collapse full source code View on Github