• Hello,

    I recently installed the MSLS which works fine. Inside the blog i added a few widgets by the plugin Custom Post Widget. These objects also get the sentence that “the post is available in Dutch” for example. Is it possible to enable this sentence in all widget areas? It’s only necessary for blog posts.

    Thanks!

    https://ww.wp.xz.cn/plugins/multisite-language-switcher/

Viewing 1 replies (of 1 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    Hi,

    yes, this is possible. If there is one/you know the hook in the widget when the content is created you can add this here

    add_filter( 'your_filter', 'msls_content_filter' );

    your_filter is just an example. Or you could manipulate the string when the msls_filter_string occurs.

    Cheers,
    Dennis.

Viewing 1 replies (of 1 total)

The topic ‘Enable translation for widgets’ is closed to new replies.