Method |
Description |
|
get_current_term ( integer $site_id ) : integer |
Return the term taxonomy ID for the currently saved term. |
|
get_label_id ( string $key ) : string |
Make sure we have a HTML-4 compatible id attribute. |
|
get_no_terms_found_message ( integer $site_id ) : string |
Create the message to display when there are no terms on the other site. |
|
get_option_element ( integer $term_taxonomy_id, string $term_name, integer $current_term, string $relation_id ) : string |
Return the optin tag for the given term. |
|
print_style ( ) : void |
Print inline stylesheet. |
|
print_term_options ( array $terms, integer $current_term, integer $site_id ) : void |
Render the option tags for the given terms. |
|