Skip to content

Commit 1b58421

Browse files
authored
Update readme.md
1 parent 693ef3d commit 1b58421

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ add_action(
7171
);
7272
}
7373
);
74+
75+
if ( file_exists( __DIR__ . '/vendor/easy-digital-downloads/edd-sl-sdk/edd-sl-sdk.php' ) ) {
76+
require_once __DIR__ . '/vendor/easy-digital-downloads/edd-sl-sdk/edd-sl-sdk.php';
77+
}
7478
```
7579

7680
Theme:
@@ -89,6 +93,10 @@ add_action(
8993
);
9094
}
9195
);
96+
97+
if ( file_exists( __DIR__ . '/vendor/easy-digital-downloads/edd-sl-sdk/edd-sl-sdk.php' ) ) {
98+
require_once __DIR__ . '/vendor/easy-digital-downloads/edd-sl-sdk/edd-sl-sdk.php';
99+
}
92100
```
93101

94102
### Arguments

0 commit comments

Comments
 (0)