We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d42b5f + 5847398 commit 3598d18Copy full SHA for 3598d18
1 file changed
pinterest-for-woocommerce.php
@@ -93,3 +93,6 @@ function() {
93
function Pinterest_For_Woocommerce() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName
94
return Pinterest_For_Woocommerce::instance();
95
}
96
+
97
+// Initiate the plugin.
98
+Pinterest_For_Woocommerce();
0 commit comments