Skip to content

Commit

Permalink
Add action to load the sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
millerf committed Dec 13, 2024
1 parent 28b4e3b commit 39a84ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sift-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ protected function __construct() {
add_action( 'login_header', __NAMESPACE__ . '\Tracking_Js\print_sift_tracking_js' ); // Allow Sift tracking of login page visits.

Events::init_hooks();

/**
* Action to load the sidecar plugin.
*/
do_action( 'sift_for_woocommerce_load_sidecar_plugin' );
}

/**
Expand Down

0 comments on commit 39a84ba

Please sign in to comment.