Property | Type | Description | |
---|---|---|---|
$convert_type | string | The convert type. |
Method | Description | |
---|---|---|
format_value ( mixed $value, string $slug, integer $post_id ) : array | Format the value of the property before it's returned to the application. | |
get_default_settings ( ) : array | Get default settings. | |
html ( ) | Render property html. | |
import_value ( mixed $value, string $slug, integer $post_id ) : mixed | Import value to the property. |
Method | Description | |
---|---|---|
get_labels ( ) : array | Get labels from taxonomies. | |
get_taxonomies ( ) : array | Get taxonomies. | |
get_term ( integer $term_id ) : object | Get single term. | |
get_terms ( string $taxonomy ) : array | Get terms for specified taxonomy. |
public get_default_settings ( ) : array | ||
return | array |
protected get_labels ( ) : array | ||
return | array |