Skip to content

Commit

Permalink
Load plugin on init
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Nov 19, 2024
1 parent 6f62bf7 commit af5b849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie-payments-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ function initialize()
}
}

add_action('plugins_loaded', __NAMESPACE__ . '\\initialize');
add_action('init', __NAMESPACE__ . '\\initialize');

0 comments on commit af5b849

Please sign in to comment.