GO: wp-content/thrive/wp-content/themes/focusblog/thrive-dashboard/classes/Product/LicenseManager.php
“LICENSE DISABLE ::
Thrive Themes | focusblog
find “return false” >>
“if ( empty( $this->license_data ) ) {
return false;
}
if ( in_array( self::ALL_TAG, $this->license_data ) ) {
return true;
}
if ( null === $item ) {
return false;”
“if ( empty( $this->license_data ) ) {
return true;
}
if ( in_array( self::ALL_TAG, $this->license_data ) ) {
return true;
}
if ( null === $item ) {
return true;”
GO: wp-content/thrive/wp-content/plugins/thrive_architect/thrive-dashboard/classes/Product/LicenseManager.php
“LICENSE DISABLE ::
Thrive Architect
“if ( empty( $this->license_data ) ) {
return false;
}
if ( in_array( self::ALL_TAG, $this->license_data ) ) {
return true;
}
if ( null === $item ) {
return false;”
“if ( empty( $this->license_data ) ) {
return true;
}
if ( in_array( self::ALL_TAG, $this->license_data ) ) {
return true;
}
if ( null === $item ) {
return true;”