Skip to content

Commit

Permalink
chore: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Jun 3, 2024
1 parent 19ec6a4 commit e0e1075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function tsdk_utmify( $url, $area, $location = null ) {
$plugin_upgrade_option_name = 'themeisle_af_' . $option_content_key . '_plugins_upgrade';

$theme_option_url = get_option( $theme_upgrade_option_name, false );
if ( ! empty( $theme_option ) ) {
if ( ! empty( $theme_option_url ) ) {
$utmify_url = $theme_option_url;
}
$plugin_option_url = get_option( $plugin_upgrade_option_name, false );
Expand Down

0 comments on commit e0e1075

Please sign in to comment.