We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9beac7a commit 5bc8880Copy full SHA for 5bc8880
README.md
@@ -27,12 +27,12 @@ details.
27
```php
28
// Assuming Composer's autoload.php has been included.
29
$freemius = DuckDev\Freemius\Freemius::get_instance(
30
- 12345, // Your Freemius product ID.
31
- array(
32
- 'slug' => 'loggedin', // Your plugin's unique Freemius slug.
33
- 'main_file' => LOGGEDIN_FILE, // The path to your plugin's main file.
34
- 'public_key' => 'pk_XXXXXXXXXXXXXXXXX', // Your plugin's public key.
35
- )
+ 12345, // Your Freemius product ID.
+ array(
+ 'slug' => 'loggedin', // Your plugin's unique Freemius slug.
+ 'main_file' => LOGGEDIN_FILE, // The path to your plugin's main file.
+ 'public_key' => 'pk_XXXXXXXXXXXXXXXXX', // Your plugin's public key.
+ )
36
);
37
```
38
0 commit comments