iBen
iBen
Hi, In this file **iben-woocommerce-bank-options.php** How can i get the plugin name after below function is fire? ``` function run_iben_woocommerce_bank_options() { $plugin = new Iben_Woocommerce_Bank_Options(); $plugin->run(); } run_iben_woocommerce_bank_options(); ``` For...
**This is the project im using** https://codesandbox.io/s/mqlydu?file=/src/App.js **Package.json** ``` "@chakra-ui/css-reset": "^2.0.8", "@chakra-ui/icons": "^2.0.11", "@chakra-ui/react": "^2.3.6", "@coinbase/wallet-sdk": "^3.5.3", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@web3-react/core": "6.1.9", "@web3-react/injected-connector": "6.0.7", "@web3-react/walletconnect-connector": "6.2.13", "@web3-react/walletlink-connector": "6.2.13", "chakra-ui-core":...