uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
public_html
/
wp-content
/
.
/
plugins
/
give
/
blocks
/
donation-form
/
index.js
/
/
/** * WordPress dependencies */ const { __ } = wp.i18n; const { registerBlockType } = wp.blocks; /** * Internal dependencies */ import './style.scss'; import GiveLogo from '../components/logo'; import blockAttributes from './data/attributes'; import GiveForm from './edit/block'; /** * Register Block */ export default registerBlockType( 'give/donation-form', { title: __( 'Donation Form' ), description: __( 'The GiveWP Donation Form block inserts an existing donation form into the page. Each donation form\'s presentation can be customized below.' ), category: 'give', icon: <GiveLogo color="grey" />, keywords: [ __( 'donation' ), ], supports: { html: false, }, attributes: blockAttributes, edit: GiveForm, save: () => { // Server side rendering via shortcode return null; }, } );
/home/batcwwjx/./old/public_html/wp-content/./plugins/give/blocks/donation-form/index.js