Skip to content

Commit 5d42b5f

Browse files
authored
Merge pull request #112 from saucal/bugfix/remove-globals-array-fn
Remove fn from globals array as there is no backward compat concerns
2 parents 1999cce + e51958b commit 5d42b5f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pinterest-for-woocommerce.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,3 @@ function() {
9393
function Pinterest_For_Woocommerce() { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName
9494
return Pinterest_For_Woocommerce::instance();
9595
}
96-
97-
// Global for backwards compatibility.
98-
$GLOBALS['pinterest_for_woocommerce'] = Pinterest_For_Woocommerce();

0 commit comments

Comments
 (0)