Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Aug 27, 2024
1 parent e234503 commit 5035d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/MslsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function init(): void {
add_action( 'widgets_init', array( MslsWidget::class, 'init' ) );
add_action( 'wp_head', array( __CLASS__, 'print_alternate_links' ) );

add_filter( 'msls_get_output', array( __CLASS__, 'msls_output' ) );
add_filter( 'msls_get_output', 'msls_output' );

\lloc\Msls\ContentImport\Service::instance()->register();

Expand Down

0 comments on commit 5035d0f

Please sign in to comment.