Method |
Description |
|
__construct ( Inpsyde\MultilingualPress\API\ContentRelations $content_relations, string $key_base ) |
Constructor. Set up the properties. |
|
get_current_term ( integer $site_id, integer $term_id ) : integer |
Return the current term taxonomy ID for the given site and the given term ID in the current site. |
|
get_group_title ( ) : string |
Return the group title. |
|
get_key_base ( integer $site_id ) : string |
Term key base for given site. |
|
get_relation_id ( integer $site_id, integer $term_taxonomy_id ) : string |
Return the relation ID for the given blog ID and term taxonomy ID. |
|
get_site_languages ( ) : array |
Return the available site languages. |
|
get_taxonomy ( ) : string |
Return the current taxonomy name. |
|
get_terms_for_site ( integer $site_id ) : array |
Return the terms for the given type. |
|