Property | Type | Description | |
---|---|---|---|
$term | object | The WordPress term. | |
$type | string | The meta type. |
Method | Description | |
---|---|---|
__construct ( integer $id ) | The constructor. | |
get_permalink ( ) : string | Get the permalink for the term. | |
get_property ( string $slug, string $child_slug = '' ) : null | Papi_Core_Property | Load property from page type. | |
get_term ( ) : WP_Term | Get the WordPress term object. | |
valid ( ) : boolean | Check if the term is a valid term object. |
public get_permalink ( ) : string | ||
return | string |
public get_term ( ) : WP_Term | ||
return | WP_Term |