Skip to content

Commit 3598d18

Browse files
committed
Merge branch 'bugfix/remove-globals-array-fn' into develop
2 parents 5d42b5f + 5847398 commit 3598d18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pinterest-for-woocommerce.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ function() {
9393
function Pinterest_For_Woocommerce() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName
9494
return Pinterest_For_Woocommerce::instance();
9595
}
96+
97+
// Initiate the plugin.
98+
Pinterest_For_Woocommerce();

0 commit comments

Comments
 (0)