Skip to content

Commit 6a503f2

Browse files
authored
Merge pull request #880 from Codeinwp/feat/opml-service/1295
feat: add reference source
2 parents 2c9e26b + 37e7793 commit 6a503f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ public function create_account( $email ) {
326326
'version' => OPTML_VERSION,
327327
'sample_image' => $this->get_sample_image(),
328328
'site' => get_home_url(),
329+
'reference' => get_option( 'optimole_reference_key', '' ),
329330
]
330331
);
331332
}

0 commit comments

Comments
 (0)