Property | Type | Description | |
---|---|---|---|
$post_id | integer | ID of the post. |
Method | Description | |
---|---|---|
get_id ( ) : integer | Retrieve the post ID of the datastore. | |
get_meta_type ( ) : string | Retrieve the type of meta data. | |
get_table_field_name ( ) : string | Retrieve the meta table field name to query by. | |
get_table_name ( ) : string | Retrieve the meta table name to query. | |
set_id ( integer $id ) | Set the post ID of the datastore. |
public get_meta_type ( ) : string | ||
return | string |
public get_table_field_name ( ) : string | ||
return | string |
public get_table_name ( ) : string | ||
return | string |