Interface for multi-lingual plugin
| package | kocuj_sitemap |
|---|
afterGetAuthorItem(integer $authorId, string $locale) : void
| access | public |
|---|
integerAuthor id
stringLanguage locale
afterGetAuthors(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetBlogName() : void
| access | public |
|---|
afterGetCategories(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetCategoryItem(integer $categoryId, string $locale) : void
| access | public |
|---|
integerCategory id
stringLanguage locale
afterGetCustomPostItem(integer $customPostId, string $locale) : void
| access | public |
|---|
integerCustom post id
stringLanguage locale
afterGetCustomPosts(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetHomeURL(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetMenu(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetMenuItem(integer $itemId, string $locale) : void
| access | public |
|---|
integerMenu item id
stringLanguage locale
afterGetPageItem(integer $pageId, string $locale) : void
| access | public |
|---|
integerPage id
stringLanguage locale
afterGetPages(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetPostItem(integer $postId, string $locale) : void
| access | public |
|---|
integerPost id
stringLanguage locale
afterGetPosts(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetTagItem(integer $tagId, string $locale) : void
| access | public |
|---|
integerTag id
stringLanguage locale
afterGetTags(string $locale) : void
| access | public |
|---|
stringLanguage locale
afterGetTaxonomies(string $taxonomy, string $locale) : void
| access | public |
|---|
stringTaxonomy type
stringLanguage locale
afterGetTaxonomyItem(integer $termId, string $taxonomy, string $locale) : void
| access | public |
|---|
integerTaxonomy id
stringTaxonomy type
stringLanguage locale
afterProcess(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetAuthorItem(integer $authorId, string $locale) : void
| access | public |
|---|
integerAuthor id
stringLanguage locale
beforeGetAuthors(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetBlogName() : void
| access | public |
|---|
beforeGetCategories(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetCategoryItem(integer $categoryId, string $locale) : void
| access | public |
|---|
integerCategory id
stringLanguage locale
beforeGetCustomPostItem(integer $customPostId, string $locale) : void
| access | public |
|---|
integerCustom post id
stringLanguage locale
beforeGetCustomPosts(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetHomeURL(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetMenu(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetMenuItem(integer $itemId, string $locale) : void
| access | public |
|---|
integerMenu item id
stringLanguage locale
beforeGetPageItem(integer $pageId, string $locale) : void
| access | public |
|---|
integerPage id
stringLanguage locale
beforeGetPages(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetPostItem(integer $postId, string $locale) : void
| access | public |
|---|
integerPost id
stringLanguage locale
beforeGetPosts(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetTagItem(integer $tagId, string $locale) : void
| access | public |
|---|
integerTag id
stringLanguage locale
beforeGetTags(string $locale) : void
| access | public |
|---|
stringLanguage locale
beforeGetTaxonomies(string $taxonomy, string $locale) : void
| access | public |
|---|
stringTaxonomy type
stringLanguage locale
beforeGetTaxonomyItem(integer $termId, string $taxonomy, string $locale) : void
| access | public |
|---|
integerTerm id
stringTaxonomy type
stringLanguage locale
beforeProcess(string $locale) : void
| access | public |
|---|
stringLanguage locale
checkPlugin() : boolean
| access | public |
|---|
booleanTranslation plugin exists (true) or not (false)getInstance() : object
| access | public |
|---|
objectSingleton instancegetLanguageFlag(string $locale) : string
| access | public |
|---|
stringLanguage locale
stringURL to language flaggetLanguages() : array
| access | public |
|---|
arrayLanguages listgetName() : string
| access | public |
|---|
stringPlugin namegetPluginFile() : string
| access | public |
|---|
stringTranslation plugin filenamegetPriority() : string
| access | public |
|---|
stringPlugin prioritygetTranslatedAuthorName(string $origName, integer $authorId, string $locale) : string
| access | public |
|---|
stringOriginal author name
integerAuthor id
stringLanguage locale
stringTranslated author namegetTranslatedAuthorURL(string $origURL, integer $authorId, string $locale) : string
| access | public |
|---|
stringOriginal author URL
integerAuthor id
stringLanguage locale
stringTranslated author URLgetTranslatedBlogName(string $origText, string $locale) : string
| access | public |
|---|
stringOriginal text
stringLanguage locale
stringTranslated textgetTranslatedCategoryTitle(string $origTitle, integer $categoryId, string $locale) : string
| access | public |
|---|
stringOriginal category title
integerCategory id
stringLanguage locale
stringTranslated category titlegetTranslatedCategoryURL(string $origURL, integer $categoryId, string $locale) : string
| access | public |
|---|
stringOriginal category URL
integerCategory id
stringLanguage locale
stringTranslated category URLgetTranslatedCustomPostTitle(string $origTitle, integer $customPostId, string $locale) : string
| access | public |
|---|
stringOriginal custom post title
integerCustom post id
stringLanguage locale
stringTranslated custom post titlegetTranslatedCustomPostURL(string $origURL, integer $customPostId, string $locale) : string
| access | public |
|---|
stringOriginal custom post URL
integerCustom post id
stringLanguage locale
stringTranslated custom post URLgetTranslatedHomeURL(string $origURL, string $locale) : string
| access | public |
|---|
stringOriginal home URL
stringLanguage locale
stringTranslated home URLgetTranslatedMenuTitle(string $origTitle, integer $menuId, string $locale) : string
| access | public |
|---|
stringOriginal menu title
integerMenu id
stringLanguage locale
stringTranslated menu titlegetTranslatedMenuURL(string $origURL, integer $menuId, string $locale) : string
| access | public |
|---|
stringOriginal menu URL
integerMenu id
stringLanguage locale
stringTranslated menu URLgetTranslatedPageTitle(string $origTitle, integer $pageId, string $locale) : string
| access | public |
|---|
stringOriginal page title
integerPage id
stringLanguage locale
stringTranslated page titlegetTranslatedPageURL(string $origURL, integer $pageId, string $locale) : string
| access | public |
|---|
stringOriginal page URL
integerPage id
stringLanguage locale
stringTranslated page URLgetTranslatedPostTitle(string $origTitle, integer $postId, string $locale) : string
| access | public |
|---|
stringOriginal post title
integerPost id
stringLanguage locale
stringTranslated post titlegetTranslatedPostURL(string $origURL, integer $postId, string $locale) : string
| access | public |
|---|
stringOriginal post URL
integerPost id
stringLanguage locale
stringTranslated post URLgetTranslatedTagName(string $origName, integer $tagId, string $locale) : string
| access | public |
|---|
stringOriginal tag name
integerTag id
stringLanguage locale
stringTranslated tag namegetTranslatedTagURL(string $origURL, integer $tagId, string $locale) : string
| access | public |
|---|
stringOriginal tag URL
integerTag id
stringLanguage locale
stringTranslated tag URLgetTranslatedTaxonomyTitle(string $origTitle, integer $termId, string $taxonomy, string $locale) : string
| access | public |
|---|
stringOriginal taxonomy title
integerTaxonomy id
stringTaxonomy type
stringLanguage locale
stringTranslated taxonomy titlegetTranslatedTaxonomyURL(string $origURL, integer $termId, string $taxonomy, string $locale) : string
| access | public |
|---|
stringOriginal taxonomy URL
integerTaxonomy id
stringTaxonomy type
stringLanguage locale
stringTranslated taxonomy URL