INVP::keys()

This is an array of the post meta keys this object uses. These keys must be prefixed by an apply_filters() call before use.


Return Return

(array) An array of the post meta keys this vehicle object uses


Top ↑

Source Source

File: includes/class-invp.php

	public static function keys() {
		return array_column( self::keys_and_types(), 'name' );
	}