We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dd588 commit a92a295Copy full SHA for a92a295
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
- require_once __DIR__ . '/vendor/freemius/start.php';
+ include_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
- require_once dirname( __DIR__ ) . '/uninstaller.php';
+ include_once __DIR__ . '/uninstaller.php';
68
69
70
// Init Freemius.
0 commit comments