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 174992d commit be6437fCopy full SHA for be6437f
README.md
@@ -30,7 +30,7 @@ $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.
+ 'main_file' => LOGGEDIN_FILE, // The path to your plugin's main file.
34
'public_key' => 'pk_XXXXXXXXXXXXXXXXX', // Your plugin's public key.
35
)
36
);
0 commit comments