We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92a295 commit a91338bCopy full SHA for a91338b
1 file changed
load-freemius.php
@@ -22,7 +22,7 @@ function tptn_freemius() {
22
define( 'WP_FS__PRODUCT_16384_MULTISITE', true );
23
}
24
// Include Freemius SDK.
25
- include_once __DIR__ . '/vendor/freemius/start.php';
+ require_once __DIR__ . '/vendor/freemius/start.php';
26
$tptn_freemius = \fs_dynamic_init(
27
array(
28
'id' => '16384',
@@ -64,7 +64,7 @@ function tptn_freemius_get_plugin_icon() {
64
* Uninstall the plugin.
65
*/
66
function tptn_freemius_uninstall() {
67
- include_once __DIR__ . '/uninstaller.php';
+ require_once __DIR__ . '/uninstaller.php';
68
69
70
// Init Freemius.
0 commit comments