remove explicit call to load_plugin_textdomain (#34)

Loading the textdomain explicitly is not required for plugins hosted
on w.org since WordPress 4.6. Remove the call from our init routine.
This commit is contained in:
2025-08-16 10:57:58 +02:00
parent f27d90eb8f
commit 502abb10af

View File

@@ -80,9 +80,6 @@ class SCLiveticker {
return;
}
// Load Textdomain.
load_plugin_textdomain( 'stklcode-liveticker' );
// Allow shortcodes in widgets.
add_filter( 'widget_text', 'do_shortcode' );