Skip to content

Commit

Permalink
Hooks for loading additional CSS in admin and frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Jan 17, 2024
1 parent 88e0ee1 commit cf0d2a8
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 cf0d2a8

Please sign in to comment.