Method | Description | |
---|---|---|
__construct ( Inpsyde\MultilingualPress\API\Languages $languages ) | Constructor. | |
print_template ( ) : void | Prints the MultilingualPress table as template. | |
render ( ) : void | Renders the MultilingualPress table, and fires an action to inject markup. |
Method | Description | |
---|---|---|
get_default_language ( ) : string | Returns the default language in the format that MultilingualPress's language select requires (e.g., de_DE). | |
render_language_option ( object $language ) : void | Renders the language option element for the given language object. | |
render_relationships ( ) : void | Renders the relationship settings. |
public __construct ( Inpsyde\MultilingualPress\API\Languages $languages ) | ||
$languages | Inpsyde\MultilingualPress\API\Languages |
public print_template ( ) : void | ||
return | void |