We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e234503 commit 5035d0fCopy full SHA for 5035d0f
includes/MslsPlugin.php
@@ -49,7 +49,7 @@ public static function init(): void {
49
add_action( 'widgets_init', array( MslsWidget::class, 'init' ) );
50
add_action( 'wp_head', array( __CLASS__, 'print_alternate_links' ) );
51
52
- add_filter( 'msls_get_output', array( __CLASS__, 'msls_output' ) );
+ add_filter( 'msls_get_output', 'msls_output' );
53
54
\lloc\Msls\ContentImport\Service::instance()->register();
55
0 commit comments