INVP::meta_prefix()
meta_prefix
Contents
Description Description
Returns the prefix added to all vehicle post meta keys.
Return Return
(string) The prefix added to all vehicle post meta keys
Source Source
File: includes/class-invp.php
public static function meta_prefix() { return apply_filters( 'invp_meta_prefix', 'inventory_presser_' ); }
Expand full source code Collapse full source code View on Github