• Hi,
    I am using the shortcode “[sc_msls]” to display and link to the available translations. Is there any option where it will show a text like “No translations” for the posts where no translations were created?

    thank you

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

    (@realloc)

    Right now not … but I added the filter “msls_output_no_translation_found” to the version at Github.

    Something like

    add_filter( 'msls_output_no_translation_found', function() {
       return 'No translations'; 
    } );

    should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Need “No Translation” text where no translation is vailable’ is closed to new replies.