Description
Returns a custom field definition.
Usage
<?php tcp_get_custom_field_def( $id, $post_type ); ?>
Parameters
- $id
- (string) Custom field definition identifier.
- $post_type
- (string) Post type to look for this custom field definition.
- (array) array( id, label, type, values, desc).
dt>return
Examples
change Log
Since 1.2.7
Related
Related
tcp_get_custom_fields_def | tcp_get_custom_fields | tcp_delete_custom_field_def | tcp_exists_custom_field_def | tcp_display_custom_fields
tcp_get_custom_field_def(