INVP::meta_prefix()

Returns the prefix added to all vehicle post meta keys.


Return Return

(string) The prefix added to all vehicle post meta keys


Top ↑

Source Source

File: includes/class-invp.php

	public static function meta_prefix() {
		return apply_filters( 'invp_meta_prefix', 'inventory_presser_' );
	}