Skip to content

Commit

Permalink
Merge pull request #274 from lloc/count-against-double-output
Browse files Browse the repository at this point in the history
Hooks for loading additional CSS in admin and frontend
  • Loading branch information
lloc authored Jan 17, 2024
2 parents d9e55a4 + cf0d2a8 commit cad0b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/MslsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public static function init() {

add_action( 'init', [ $obj, 'admin_bar_init' ] );
add_action( 'admin_enqueue_scripts', [ $obj, 'custom_enqueue' ] );
add_action( 'wp_enqueue_scripts', [ $obj, 'custom_enqueue' ] );

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

Expand Down

0 comments on commit cad0b59

Please sign in to comment.