_get_meta_table
_get_meta_table ( $type )
Parameters:- (string) type Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', or any other object type with an associated meta table.
Returns:- (string|false) Metadata table name, or false if no metadata table exists
Defined at: - Introduced in WordPress: 2.9.0
- Deprecated in WordPress: —
Description
Retrieves the name of the metadata table for the specified object type.