diff --git a/projects/plugins/boost/app/modules/image-guide/Image_Guide.php b/projects/plugins/boost/app/modules/image-guide/Image_Guide.php index ce2e23fe9197e..b73d8b0afbb25 100644 --- a/projects/plugins/boost/app/modules/image-guide/Image_Guide.php +++ b/projects/plugins/boost/app/modules/image-guide/Image_Guide.php @@ -21,6 +21,7 @@ public function setup() { // Enqueue the tracks library. add_action( 'wp_enqueue_scripts', array( Analytics::class, 'init_tracks_scripts' ) ); + // Enqueue the assets. add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_assets' ) ); /**