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-grid
/
data
/
options.js
/
/
/** * WordPress dependencies */ const { __ } = wp.i18n; /** * Options data for various form selects */ const giveFormOptions = {}; // Form Order By giveFormOptions.orderBy = [ { value: 'date', label: __( 'Date Created' ) }, { value: 'title', label: __( 'Form Name' ) }, { value: 'amount_donated', label: __( 'Amount Donated' ) }, { value: 'number_donations', label: __( 'Number of Donations' ) }, { value: 'menu_order', label: __( 'Menu Order' ) }, { value: 'post__in', label: __( 'Provided Form IDs' ) }, { value: 'closest_to_goal', label: __( 'Closest To Goal' ) }, ]; // Form Order giveFormOptions.order = [ { value: 'DESC', label: __( 'Descending' ) }, { value: 'ASC', label: __( 'Ascending' ) }, ]; // Form Display Styles giveFormOptions.columns = [ { value: 'best-fit', label: __( 'Best Fit' ) }, { value: '1', label: '1' }, { value: '2', label: '2' }, { value: '3', label: '3' }, { value: '4', label: '4' }, ]; // Form Display Styles giveFormOptions.displayType = [ { value: 'redirect', label: __( 'Redirect' ) }, { value: 'modal_reveal', label: __( 'Modal' ) }, ]; export default giveFormOptions;
/home/batcwwjx/./old/public_html/wp-content/plugins/give/blocks/donation-form-grid/data/options.js