Skip to content

Commit

Permalink
Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sersart committed Jan 4, 2024
1 parent 7eb9c91 commit 9de6924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct($current_plugin_name, array $plugins = array())

load_plugin_textdomain('twz-wp-notice-plugin-required', false, dirname(dirname(plugin_basename(__FILE__))) . '/languages/');

if (!array_key_exists('server_url', $this->plugins)) {
if (array_key_exists('server_url', $this->plugins)) {

wp_enqueue_script('plugin-installer', plugin_dir_url(__FILE__) . 'assets/twz/js/installer.js', ['jquery'], '1.0.0', false);
wp_localize_script(
Expand Down

0 comments on commit 9de6924

Please sign in to comment.