Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/plugins/cryptomus/ |
Upload File : |
const settings = window.wc.wcSettings.getSetting( 'cryptomus_data', {} ); console.log('sergey',settings); const Content = () => { return window.wp.htmlEntities.decodeEntities( settings.description || '' ); }; const icon = settings.icon; const labelTitle = window.wp.htmlEntities.decodeEntities( settings.title ); const Block_Gateway = { name: 'cryptomus', label: window.wp.element.createElement(() => window.wp.element.createElement( "span", { style: { display: 'flex', gap: '10px' }, }, window.wp.element.createElement("img", { src: icon, alt: labelTitle, }), labelTitle ) ), content: Object( window.wp.element.createElement )( Content, null ), edit: Object( window.wp.element.createElement )( Content, null ), canMakePayment: () => true, ariaLabel: labelTitle, supports: { features: settings.supports, }, }; window.wc.wcBlocksRegistry.registerPaymentMethod( Block_Gateway );