Skip to content

Commit

Permalink
Add adminPluginPath in the js global config.
Browse files Browse the repository at this point in the history
  • Loading branch information
harriswong committed Jun 13, 2024
1 parent d370fdf commit 96fc7c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions woocommerce-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ public function admin_enqueue_scripts() {
'wcsPluginData',
array(
'assetPath' => self::get_wc_connect_base_url(),
'adminPluginPath' => admin_url('plugins.php'),
)
);
}
Expand Down

0 comments on commit 96fc7c0

Please sign in to comment.